html , body
{
    height:100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
  
}
#viewport
{
    background-color:#000000;
    overflow:hidden;
    width: 100%;
    height: 100%;
    display:block;
}
#viewport.mobile
{
    position:absolute;
    top:0px;
    left:0px;
}
#viewport.tablet
{
    position:absolute;
    top:0px;
    left:0px;
}
#viewport.desktop
{
    position:fixed;
    top:0px;
    left:0px;
    right:0px;
    bottom:0px;
}
#container
{
    position:absolute;
    width: 354px;
    height: 340px;
    left: 50%;
    top: 50%;
    margin-left: -160px;
    margin-top: -160px;
}


.tops{
	    z-index: 9999999;
    position: absolute;
}


.bottoms{
	    z-index: 9999999;
    position: absolute;
	bottom: 0;
}


#container h1
{
    
    font-size: large;
    text-align: center;
    color: white;
} 
#container #header
{
    text-align: center;
}
#container #header h1
{
       text-align: center;
    text-shadow: #000 0px 0px 1px, #000 0px 0px 1px;
    font-size: 30px;
    display: block;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-weight: bolder;
}
#container #header h3
{
    color: #555;
    padding-bottom: 10px;
    text-shadow:rgba(255,255,255,0.6) 0px 1px 0px;
}

#container #buttons
{
    margin-top:3px;
}

#container #buttons #play 
{
   
    position:absolute;
    bottom:10px;
    left:30px;
    right:30px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    border-radius:10px;
    background-size:auto 62px;
}

#container #reels
{
    display:block;
    position:relative;
    height: 180px;
    overflow: hidden;
    text-align: center;
    background:#000;
    border: 3px solid;
    border-color: #777;
    border-radius:3px;
    -moz-box-shadow:#fff 0px 1px 0px;
}
#container #reels canvas
{
    width: 87px;
    height: 300px;
    position: relative;
    background: rgb(34,34,34);
background: linear-gradient(183deg, rgba(34,34,34,1) 0%, rgba(17,17,17,1) 100%);
    border: 1px solid #383838;
	padding:10px;
}

#container #overlay 
{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    opacity: 0.3;
   background:#000000;
	color:#ffffff;
    display: none;
}
#container #overlay #winline 
{	
    width: 100%;
    height: 5px;
    background: red;	
    position: relative;
    top: 50%;
}
#reels #results
{
       display: none;
    background: #202020;
    border: 2px solid #7a7a7a;
    /* height: 120px; */
    width: 244px;
    left: 45px;
    top: 38px;
    position: absolute;
    font-size: x-large;
    color: #ffffff;
    border-radius: 20px;
    padding: 11px 0 20px 0;
	-webkit-box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.69); 
box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.69);
}

#results #score {
    margin: 5px;
}

#results #score img {
    vertical-align: middle;
	height: 24px;
}


.button
{
    position:relative;
    display:block;
    text-align: center;
    color: #fff;
    box-shadow: inset rgba(255,255,255,0.15) 0px 1px 0px;
    border: 1px solid rgba(0,0,0,0.15);
    background-image: -moz-linear-gradient(rgba(255,255,255,0.15),rgba(0,0,0,0.15));
    background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.15)), to(rgba(0,0,0,0.15)));
    background-position: 0px -1px;
    text-shadow:#000 0px 0px 1px;
    text-decoration: none;
}
.button.button-default
{
    background-image:-moz-linear-gradient(#77e0fb,#3f93ac);
    background-image:-webkit-gradient(linear, left top, left bottom, from(#77e0fb), to(#3f93ac));
}
.button.button-default:hover
{
    background-image:-moz-linear-gradient(#ffd539,#af861e);
    background-image:-webkit-gradient(linear, left top, left bottom, from(#ffd539), to(#af861e));
    cursor:pointer;
}
.button.button-default:active
{
    background-image:-moz-linear-gradient(#ffb133,#b3671a);
    background-image:-webkit-gradient(linear, left top, left bottom, from(#ffb133), to(#b3671a));
}

#audio_debug {
    top: 60px;
    position: relative;
    text-align: center;
    padding: 10px;
}
