/*
 * Font size style declarations for each variation.
 *
 * Observation: Note that the amount of classes here
 * rely on how many variations you set on $.rvFontsize() call.
 * 
 * This classes are required to make rv font size jquery plugin works.
 */

.rvfs-1 div, .rvfs-1 li{ font-size: 94% !important}
.rvfs-2 div, .rvfs-2 li{ font-size: 96% !important}
.rvfs-3 div, .rvfs-3 li{ font-size: 98% !important}
.rvfs-4 div, .rvfs-4 li{ font-size: 100% !important}
.rvfs-5 div, .rvfs-5 li{ font-size: 102% !important}
