/*--------------------------------------------------------------
# Copyright (C) joomla-monster.com
# License: http://www.joomla-monster.com/license.html Joomla-Monster Proprietary Use License
# Website: http://www.joomla-monster.com
# Support: info@joomla-monster.com
---------------------------------------------------------------*/

/*********************** DOCTEXTSIZER STYLES ***********************/

.smallview #emsize { /*CSS for "small font" setting*/
 font-size: 0.75em;
 line-height: 1.15em;
}

.normalview #emsize { /*CSS to return page to default setting (with no additional CSS rules added)*/
}

.largeview #emsize { /*CSS for "large font" setting*/
 font-size: 1.2em;
 line-height: 1.6em;
}