.table-fixed thead,
.table-fixed thead>th {
    background: #5cad8e;
    color: #fff;
}

.table-fixed tbody tr td {
    background: #fff;
}

.table-fixed>thead>tr>th {
    border: 0 !important;
}

.table-fixed>tbody>tr>td:last-child {
    border-right: 0;
}

.table-fixed tbody td,
.table-fixed thead>tr>th {
    float: left;
    font-size: 14px;
    padding-left: 20px !important;
}

.table-fixed .col {
    color: rgb(36, 21, 71);
    
    width: 50%;
}

.table-fixed tbody {
    display: block;
    height: 100px;
    overflow-y: auto;
}

.table-fixed tbody tr td .a1{
    color: tomato;
    text-transform: uppercase;
}

.table-fixed tr {
    display: block;
}
