.table{
    margin-bottom:0;
}

.table thead{
    background:#f8f9fa;
}

.table thead th{
    font-weight:700;
    border-bottom:2px solid #dee2e6;
}

.table tbody tr:hover{
    background:#f7fff7;
}