#datatable tbody tr {
    cursor: pointer;
}

#datatable tbody tr:nth-of-type(odd) {
    background-color: #F8F7F6;
}

#datatable tbody tr:nth-of-type(even) {
    background-color: #F8F7F6;
}

table.dataTable.no-footer {
    border-bottom: none !important;
}

.table-bordered>:not(caption)>* {
    border-width: 5px !important;
    border-color: #fff;
}

table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
    border-left-width: 2px !important;
}

table.table-bordered.dataTable th {
    border-bottom: 5px solid #fff !important;
    font-size: 16px;
    font-weight: 600;
}

table.table-bordered.dataTable td {
    border-bottom: 2px solid #fff !important;
    border-top: none !important;
    /*color:#156082;*/
    font-size: 16px;
    color: rgb(102, 109, 117);
}

table.table-bordered.dataTable td a {
    color: rgb(102, 109, 117) !important;
}

#datatable td,
#datatable th {
    width: 25%;
    table-layout: fixed;
}

#certifications-table tbody tr {
    background-color: #F8F7F6;
}

#certifications-table td,
#certifications-table th {
    width: 25%;
    table-layout: fixed;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: none!important;
}