html , body
{
    height:100%;
    -webkit-tap-highlight-color: rgba(0,0,255,0);
    font-family: 'Nunito';
	background-color:#3f3f40;
	text-align: center;
	margin-left: 50px;
	margin-right: 50px;
}
a
{
	color: White;
}

#viewport
{
	
    overflow:hidden;
    width: 100%;
    height: 100%;
    display:block;
	
}

#container
{
    position:relative;
    width: 640px;
    height: 500px;
	margin-left: auto;
    margin-right: auto;
	text-align: center;
   
}
#container h1
{
    font-size: large;
    text-align: center;
    color: white;
} 
#container #header
{
    text-align: center;
}
#container #header h1
{
    text-align: center;
    font: 72px Alex Brush;
	text-shadow: 2px 2px 8px black;
    
}
#container #header h3
{
    color: gold;
    padding-bottom: 10px;
	font-size: 20px;
}

#container #button
{
    margin-top: 15px;
	height: 80px;
	position:relative;
}

#container #button #pimp 
{
    font-family: 'Nunito'; 
    position:relative;
    text-align: center;
    height: 40px;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
    line-height: 40px;
    font-size: 18pt;
    border-radius:10px;
    background-size:auto 62px;
}

#container #reels
{
    display:block;
    position:relative;
    height: 225px;
    overflow: hidden;
    text-align: center;
    background:#000;
    border: 10px solid;
    border-color: #777 #999 #666 #999;
    border-radius:3px;
    -moz-box-shadow:#fff 0px 1px 0px;
}
#container #reels canvas
{
    width: 30%;
    position: relative;
    background: white;
    border: 3px solid gold;
}

#container #tbcode 
{
	color: #fff;
	text-align: center;
	font-size: 24px;
}

#reels #results
{
    display: none;
    background: #3f3f40;
    border: 3px solid gold;
    height: 195px;
    width: 500px;
    left: 60px;
    top: 15px;
    position: absolute;

}

#results textarea { 
    resize: none;
	width: 450px;
	height: 140px;
    padding: 5px 10px;
	margin-top: 8px;
    font-size: 13px;
    background: #333;
    border: 1px solid #1A1A1A;
    color: #fff;
}

#results #manualText{
	color: white;
	font-size: 10px;
	margin-top: 5px;
}


.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;
	cursor: pointer;
	cursor: hand;
}
.button.button-default
{
    background-image:-moz-linear-gradient(#77e0fb,#3f93ac);
    background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(141, 141, 141, 0.63), to(#333)));
}
.button.button-default:hover
{
    background-image: -moz-linear-gradient(#ffd539,#af861e);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffd539), to(#af861e));
}
.button.button-default:active
{
    background-image:-moz-linear-gradient(#ffb133,#b3671a);
    background-image:-webkit-gradient(linear, left top, left bottom, from(#ffb133), to(#b3671a));
}

.fade_out
{
    margin: 25px 0;
    height: 1px;
    border: 0;
    background: black;
	/* IE10 Consumer Preview */ 
	background: -ms-linear-gradient(left, #3F3F40 0%, #FFFFFF 50%, #3F3F40 100%);

	/* Mozilla Firefox */ 
	background: -moz-linear-gradient(left, #3F3F40 0%, #FFFFFF 50%, #3F3F40 100%);

	/* Opera */ 
	background: -o-linear-gradient(left, #3F3F40 0%, #FFFFFF 50%, #3F3F40 100%);

	/* Webkit (Safari/Chrome 10) */ 
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #3F3F40), color-stop(0.5, #FFFFFF), color-stop(1, #3F3F40));

	/* Webkit (Chrome 11+) */ 
	background: -webkit-linear-gradient(left, #3F3F40 0%, #FFFFFF 50%, #3F3F40 100%);

	/* W3C Markup, IE10 Release Preview */ 
	background: linear-gradient(to right, #3F3F40 0%, #FFFFFF 50%, #3F3F40 100%);
}

#links{
    position:relative;
    height: 240px;
	margin-left: auto;
    margin-right: auto;
	text-align: center;
	line-height: 25px;
}
