.paystub-table {
    width:100%;
    max-width: 800px;
    font-size: 14px;
    font-family: monospace !important;
}
.paystub-table .description {
    text-align: left;
}
.paystub-table td {
    text-align: right;
}

/*ABLE TOOLTIP */
.able-tooltip + .tooltip > .tooltip-inner {
    background-color: #ffffff;
    color:#4c4c57;
    font-size: 14px;
    box-shadow: rgba(0, 0, 0, 0.3) 0 2px 10px;
    margin-left: 10px;
}

.able-tooltip + .tooltip > .tooltip-arrow {
    display: none !important;
}

/*Override Material CSS roboto*/
button, html, input, select, textarea {
    font-family: Lato, sans-serif;
}

.no-wrap-whitespace{ white-space: nowrap; }

.larger{ font-size: 110% !important; }