
/*
  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;
}

.centeredps {
position:relative;
height: auto;
margin: 0 auto;
padding: 5px;
}

.panelGridA {
    position:relative;
    font-size: 100%;
    border-right-width: 10px;
    border-left-width: 10px;
    border-bottom-width: 10px;
    border-top-width: 10px;
}

.inputnumber[type=number] {
    font-size: 200%;
    font-weight:  bold;
}

.selectonemenu {
    font-size: 200%;
    font-weight: bold;
    color: #555 !important;
    display: block !important;
    margin-bottom: 0 !important;
    padding: 5px 10px !important;
    background-color: #fff !important;
    border: 1px solid #ccc !important;
}
