.directoryPane {
    font-size: 14px;
}

#staffListing th:nth-child(1),
#liason_Listing th:nth-child(1),
#liasonListing th:nth-child(1) {
    display: none;
}

#staffListing td:nth-child(1),
#liason_Listing td:nth-child(1),
#liasonListing td:nth-child(1) {
    display: none;
}

#staffListing th:nth-child(4),
#liason_Listing th:nth-child(4),
#liasonListing th:nth-child(4) {
    width: 4rem;
}

#staffListing td:nth-child(4),
#liason_Listing td:nth-child(4),
#liasonListing td:nth-child(4) {
    width: 4rem;
}


#staffListing th:nth-last-child(1),
#liason_Listing th:nth-last-child(1),
#liasonListing th:nth-last-child(1) {
    width: 5rem;
}

#staffListing td:nth-last-child(1),
#liason_Listing td:nth-last-child(1),
#liasonListing td:nth-last-child(1) {
    width: 5rem;
}

#staffListing th:nth-last-child(2),
#liason_Listing th:nth-last-child(2),
#liasonListing th:nth-last-child(2) {
    width: 5rem;
}

#staffListing td:nth-last-child(2),
#liason_Listing td:nth-last-child(2),
#liasonListing td:nth-last-child(2) {
    width: 5rem;
}


#staffListing th,
#staffListing td,
#liason_Listing th,
#liason_Listing td,
#liasonListing th,
#liasonListing td {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.searchBar {
    width: 100%;
    margin-bottom: 1em;
}

.searchBar input {
    display: inline-block;
    width: 90%;
    padding: .5em .5em;
}

.searchBar input:before {
    content: "\f002";
    content: 'Boo';
}

.input-group-addon {
    display: inline-block;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.ATSsearchBar {

    border-bottom: 2px ridge gray;
}

.ATStablePlain {
    border-radius: 3px;
}

#liasonListing th {
    /*color: black;*/
    text-decoration: underline;
    text-decoration-color: #f2ac00;
    text-decoration-thickness: 3px;
}

.CS_table {
    font-size: 12px !important;
}