
/*
  https://stackoverflow.com/questions/11289166/chrome-on-android-resizes-font
  https://stackoverflow.com/questions/13430897/how-to-override-font-boosting-in-mobile-chrome  
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
 */
.form {
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
}
html * {max-height:1000000px;}
html {
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
}


#k1 {
color: green    
}

.centered {
position:relative;
height: 100px;
margin:0 auto;
padding: 10% 0;
}

.center_content {
height: auto;
position:  static;
text-align: left;
}

.panel{
    width: 50%;
    margin-left:25%;
    color: lightgrey;
}


