#directoryTable th{
    background-color: #007dcc;
    color: white;
    border: 1px solid #dee2e6;
}

#directoryTable td{
    border: 1px solid #dee2e6;
}

#deptSelect{
    margin-bottom: 10px;
    width: 50%;
    float: right;
}

#directoryTable_paginate a.paginate_button.current {
    z-index: 1;
    color: #fff !important;
    background: #007dcc;
    border-color: #007bff;
}

#directoryTable_paginate a.paginate_button:hover {
    z-index: 2;
    color: #fff;
    text-decoration: none;
    background: #62AEDE;
    border-color: #62AEDE;
}
