

td.tab_unselected {
    text-align: center;
    vertical-align: center;
    font-size: 2.6rem;
    line-height: 3.0rem;
    color: #414141;
    border-top: solid 1px #B3CCDD;
    background-color: #E1ECF0;
}

td.tab_selected {
    text-align: center;
    vertical-align: center;
    font-size: 2.6rem;
    color: #A9C6CE;
    border-top: solid 1px #FFFFFF;
    background-color: #FFFFFF;
}

html {
    -ms-content-zooming: none;
    -ms-touch-action: pan-x pan-y;
    height: 100%;
}
body {
    -ms-content-zooming: none;
    -ms-touch-action: pan-x pan-y;
    height: 100%;
}


