




/* Begin Dynamic Resolution for Laptops & Phones ***/
@media only screen and (max-width: 9000px) {
     body, input, select {
     font-size: 12px;
     font-family: arial, helvetica, sans-serif;
     }
}

@media only screen and (max-width: 999px) {
     body, input, select {
     font-size: 12px;
     font-family: arial, helvetica, sans-serif;
     }
}

@media only screen and (max-width: 800px) {
     body, input, select {
     font-size: 12px;
     font-family: arial, helvetica, sans-serif;
     }
}

@media only screen and (device-width: 768px) and (orientation: landscape) {
     body, input, select {
     font-size: 12px;
     font-family: arial, helvetica, sans-serif;
     }
}



@media only screen and (min-device-width: 320px) and (max-device-width: 766px) and (orientation: landscape) {
     body, input, select {
     font-size: 12px;
     font-family: arial, helvetica, sans-serif;
     }
}

@media only screen and (min-device-width: 200px) and (max-device-width: 480px) {
     body, input, select {
     font-size: 12px;
     font-family: arial, helvetica, sans-serif;
     }
}
/* End Dynamic Resolution for Laptops & Phones ***/




