.jrButton.jrBlue, a.jrButton.jrBlue, a.jrButton.jrBlue:link, a.jrButton.jrBlue:visited {
    background-color: rgb(103 115 151) !important;
    border-color: rgb(129 135 149) !important;
    color: rgb(var(--fwd-color-white-fixed)) !important;
}

.jrButton.jrGreen, a.jrButton.jrGreen, a.jrButton.jrGreen:link, a.jrButton.jrGreen:visited {
    background-color: #52907e !important;
    border-color: #afd7d4 !important;
}

.jrButton.jrSmall {
    font-size: 15px !important;
    max-height: 2.55em !important;
    padding: 7px 7px !important;
}

.jrSliderInput .ui-slider-range {
    background-color: rgb(195 202 213);
}