.tab-content-custom > .tab-pane {
      display: none;
}
.tab-content-custom  > .active {
      display: block;
}
.tab-content-custom .border {
    border-color: #e5e3e1 !important;
}
.tab-content-custom {
    margin-bottom: 80px;
}
.tab-content-custom .tab-pane table tr:last-child td {
    height: auto !important;
}
.tab-content-custom .container {
    height: 100%;
}
.tab-content-custom .tab-pane table tr:last-child td { 
    padding-top: 0 !important;
}