a:hover {
    color: #86BC25;
}

.payslip-td {
    width: 50%;
}

.p-summary {
    max-height: 650px;
    overflow-y: scroll;
}

#example25 {
    width: max;
}

.payroll-formula-detail {
    height: 500px;
}

#payroll-formula-detail {
    overflow-y: auto;
    max-height: 450px;
}

.payroll-codes {
    height: 670px;
}

#payroll-codes {
    max-height: 650px;
    overflow-y: scroll;
}

.bg-black {
    background-color: #000 !important;
}

#title-headers {
    color: black;
}

#title-span {
    color: #86BC25;
}

#modules-body {
    padding-left: 10%;
    padding-right: 10%;
}