html, body {
    margin: 0;
    padding: 0;
    width: auto;
    height: 100%;
}
body {
    font-family: -apple-system, "Roboto", Trebuchet MS, sans-serif;
    font-size: 0.85em;
    line-height: 1.2em;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
    font-size: 0.85em;
    line-height: 1.2em;
    color: #000;
    background-color: #606060;
}

p {
margin:0.7em 0;
}

.wrap {
    position: relative;
    margin: 0 auto;
    width: auto;
    min-width: 240px;
    max-width: 100%;
    height: 100%;
    min-height: 240px;
    overflow: hidden;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

#mes {
position: absolute;
left: 0;
right: 0;
top: 50%;
width:301px;
margin: auto;
background-color: #f5f5f5;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
-webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.75);
box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.75);
-webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
#mesheader {
text-align: left;
font-size: 1.4em;
line-height: 1.1em;
background-color: #f5f5f5;
color: #38add9;
padding: 10px 15px;
-webkit-border-top-left-radius: 2px;
-webkit-border-top-right-radius: 2px;
-moz-border-radius-topleft: 2px;
-moz-border-radius-topright: 2px;
border-top-left-radius: 2px;
border-top-right-radius: 2px;
border-bottom: 2px solid #38add9;
}
#mescontent {
background-color: #f5f5f5;
color: #050404;
padding: 5px 15px;
margin:0px 1px;
}
#mesbottom {


}
#mesh {
text-align: center;
font-size:20px;

}
#mesimg {
height:30px;
display:inline-block;
}
#mesimg img {
height:30px;
}

.b {
text-align:center;
font-size:1.3em;
background-color: #f5f5f5;
color: #050404;
width:120px;
padding: 15px;
display:inline-block;
border-top: 1px solid #e2e2e3;
}

.b:active {
background-color: #84cfeb;
}

.right {
-webkit-border-bottom-right-radius: 2px;
-moz-border-radius-bottomright: 2px;
border-bottom-right-radius: 2px;
}

.left {
border-right: 1px solid #e2e2e3;
-webkit-border-bottom-left-radius: 2px;
-moz-border-radius-bottomleft: 2px;
border-bottom-left-radius: 2px;
}

.bold {
font-weight: bold;
}
#timer {
font-size: 2em;
text-align:center;
}
table {
margin: 0;
padding: 0;
}
