*{
outline: 0;
-webkit-user-select: none;
-webkit-touch-callout: none;
-webkit-text-size-adjust: none;
-webkit-tap-highlight-color: rgba(0,0,0,0);
-moz-user-select: none;
-moz-touch-callout: none;
-moz-text-size-adjust: none;
-moz-tap-highlight-color: rgba(0,0,0,0);
}
html,body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
margin: 0;
padding: 0;
}
table {font-size: 1em;}
body {
width: 100%;
overflow-x: hidden;
font-family: Trebuchet MS; 
background: #FFFFFF;
}
input{-webkit-user-select: text;-moz-user-select: text;}
.btn{
display: inline-block;
border-radius: 0.3em;
color: #3F3F3F;
font-weight: bold;
text-shadow: 0 1px 0 white;
background: #FFEC8F;
border-bottom: 0.12em solid rgba(100,100,100,0.8);
text-align: center;
}
.btn_active{
display: inline-block;
border-radius: 0.3em;
color: #3F3F3F;
font-weight: bold;
background: #FAD669;
-webkit-box-shadow: 0 0.1em 0.1em 0.1em rgba(100,100,100,0.5)inset;
-moz-box-shadow: 0 0.1em 0.1em 0.1em rgba(100,100,100,0.5)inset;
box-shadow: 0 0.1em 0.1em 0.1em rgba(100,100,100,0.5)inset;
/*border-top: 0.08em solid rgba(100,100,100,0.5);*/
border-bottom: 0.12em solid rgba(255,255,255,0.8);
text-align: center;
}
hr{
height: 1px;
background: #CFC5BF;
padding: 0;
border:0;
margin: 1em 0;
}