
p,hr,pre,ol,ul,li,dl,dt,dd,div,a,em, q,time,code,var,samp,span,img,iframe,map,area,table,caption,colgroup,col,tbody,thead,tfoot,tr,td,th,
form,label,input,button,select,datalist,optgroup,option,textarea { 
	font-size: 11px;
}



/*make sure when back to portrait the scale is 1.0 */
@media screen and (min-width: 320px) and (max-width: 767px) and (orientation: portrait) {
  html {
    width: 100vw;
	height: 100vh;
    overflow-x: hidden;
    position: absolute;
    top: 0;
    left: 0;
  }
}