

/* Changes font sizes based on user's selection */
.textSmall {
    font-size: 77%!important;
}
.textMedium {
    font-size: 85%!important;
}
.textLarge {
    font-size: 113%!important;
}