﻿.table-bordered > thead > tr > th {
    text-transform: none;
    color: black;
    background: white;
}

.table-bordered td, .table-bordered th {
    border-bottom: 0.1px solid #a9b2b1 !important;
    border-left: none !important;
    border-right: none !important;
}