/*  Still Work Don't Delete Them */

.tabs-container .tab-content table th.divider {
    padding: 0px 45px;
}

.tabs-container .tab-content table th {
    font-weight: normal;
    padding: 5px;
    font-size: 11px;
    font-style: italic;
    border-bottom: 1px solid #Ccc;

}

.tabs-container .tab-content table td.label {
    width: 162px;
    padding: 3px;
    font-weight: 400;
    font-size: 12px;
    color: #414141;
    display: flex;
  
}


.tabs-container .tab-content table td.label label {
    height: 41px;
    padding-top: 10px;
}

.tabs-container .tab-content table td.label-value {
    font-size: 0.8rem;
    width: 200px;
}

.tabs-container .tab-content table td.input {
    width: 329px;
    border: 1px solid #ddd;
    border: None;
    height: 41px;
    position: relative;
}

.tabs-container .tab-content table td.input .next-text {
    position: absolute;
    right: 0px;
    top: 10px;
    width: 100px;
}