
#EmployeeList{ 
    border-spacing: 15px !important;
    border-collapse: separate  !important;
}

#employeeSelector {
    max-height: 450px !important;
    overflow-x: hidden;
    line-height: 1.4;
}

.opt_buttons .button {
    background-color: #005a9e;
    padding: 3px 10px;
    margin: 2px;
    color: white;
    text-decoration: none;
    cursor: pointer;
    border: 0;
}
.opt_buttons{
    text-align: center;
}
input#is_terminated {
    display: none;
}

.Lc-relative{
    position: relative;
}
.appraiser-msg{
    position: absolute;
    bottom: 0px;
    left: 7px;
    padding-bottom: -20px;
    font-weight: 600;
}