﻿body.small{font-size:12px;}
@media only screen and (min-width : 1px) and (max-width : 1024px) {
    body.small {font-size:9px;!important;}
}
	
@media only screen and (min-width : 1025px) and (max-width : 1100px) {
    body.small {font-size:10px;}
}
	
@media only screen and (min-width : 1101px) and (max-width : 1200px) {
    body.small {font-size:10px;}
}
	
@media only screen and (min-width : 1201px) and (max-width : 1280px) {
    body.small {font-size:10px;}
}

@media only screen and (min-width : 1281px) and (max-width : 1366px) {
    body.small {font-size:11px;}
}

@media only screen and (min-width : 1367px) and (max-width : 1919px) {
    body.small {font-size:12px;}
}
	
@media only screen and (min-width : 1920px) {
    body.small {font-size:13px;}
    /*.header_section, .content, #branding {width: 55%;}*/
}
#normal .active, #small .normal, #large .active{
    display: none !important;
}

#small .active, #normal .normal, #large .normal{
    display: block !important;
}
