﻿
/*font sizes*/
.font-8 {
    font-size: 8px !important;
}
.font-9 {
    font-size: 9px !important;
}
.font-10 {
    font-size: 10px !important;
}
.font-11 {
    font-size: 11px !important;
}
.font-12 {
    font-size: 12px !important;
}
.font-13{
    font-size: 13px !important;
}
.font-16 {
    font-size: 16px !important;
}
.font-18 {
    font-size: 18px !important;
}
.font-20 {
    font-size: 20px !important;
}
.font-26 {
    font-size: 26px !important;
}
.font-85-p {
    font-size: 85% !important;
}
.line-height-35 {
    line-height: 35px !important;
}
.underline-on-hover:hover{
    text-decoration: underline !important;
    cursor: pointer !important;
}
