#html, button, input, select, textarea {
#    color: #222;
#}
html, body {
    margin:0;
    padding:0;
    height: 100%;
}
bbody {
    font-family: 'Roboto', sans-serif;
    font-size:12px;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

td.red {background-color:#E45F2B}
td.green {background-color:#A0E548}
td.yellow {background-color:#F6C445}

.hidden {display: none!important;}
.hidden-invisible {display: none!important;opacity: 0!important;}
.visible {opacity: 1!important;}
.active {display: block!important;}
