body { 
	height: 100%; width: 100%; 
	top: 0; right: 0; bottom:0; left:0; 
	margin: 0;
	font-family: Helvetica; 
	background-color: #000; 
	letter-spacing: -0.05em;
}

h1, h2, h3, p {
	margin: 0;
	color: #fff;
}

#results {
	font-size: 40px;
	text-decoration: none;
	text-align: left;
}

p#commands, p#info {
	text-decoration: none;
}

h1, h2, h3 {
	display: inline;
	font-size: 20px;
}

a#commands {
font-size: 32px; font-weight: bold;
}

#social {
	width:90%;
	position:fixed;
	bottom:0px;
	left: 0px;
	text-align:left;
	padding: 10px;
	z-index: 10;
}

.fb-like {
	top: -4px;
}

#information {
	width:20;
	position:fixed;
	top:0px; right: 0px;
	text-align:right;
	padding: 8px 24px;
	z-index: 15;
}

#info a, #info {
	color: #e5e5e5;
	text-align: center;
	font-size:.9em;
}

#info a {
	text-decoration: underline;
}

#wrapper { 
	height: 100%; 
	width: 100%; 
	top: 0; right: 0; bottom:0; left:0; 
	position: absolute; 
	background-image: url(assets/pattern.png);
	background-repeat: repeat;
	overflow-x: hidden;
	overflow-y: scroll;
}

#content { 
	width: 250px; 
	height: 100%;  
	margin: 0 auto; 
	text-align: center; 
	z-index: 15;
	overflow: hidden;
}

#card {
	height: 65%;
	width: auto;
	background-image: url(assets/instructions.png);
	background-position: center;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
	background-repeat: no-repeat;
	text-align: left;
	color: #fff;
}

#roundnumber, #console {
	padding-top: 32px;
}

#theround { height: 15%; width:100%; z-index: 6; }
#thecard { height: 70%; }
#theconsole { height: 15%; }

.column { 
	width: 33%; 
	float: left; 
	display: inline; 
	padding-top: 15px; 
}

button {
	color: #FFF;
	background-color: rgba(0, 0, 0, 0);
	height: 60px;
	width: 60px;
	border-radius: 30px;
	line-height: 0px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin: 20px 0;
	border: 2px solid;
	cursor: pointer;
}

button.red {
	color: #fff;
	background-color: #ff0000;
	border: 0px;
	height: 40px;
	width: 100px;
	font-size: 20px;
	font-weight: bold;
	margin: 20px 0;
	border-radius: 0;
	
}

button:active {
	color: #e5e5e5;
	background-color: #fff;
}

.consolecontainer {
	width: 60%;
	margin: 0 auto;
	padding: 10% 0;
	background-color: #fff;
	height: 80%;
}

a:link { text-decoration: none; color: #fff; }
a:active { text-decoration: underline; color: #fff; }
a:visited { text-decoration: underline; color: #fff; }
a:hover { text-decoration: underline; color: #fff;}

#twitter-widget-0 {
	width: 60px;
	min-width: 60px;
}

@media all and (max-height: 450px) {
	#content { width: 200px; }
	h2 { font-size: 15px; }
	button { height: 45px; width: 45px; border-radius: 23px; font-size: 15px; }
	button.red { height: 35px; width: 80px; font-size: 15px; }
	#results { font-size: 30px; }
}

@media all and (max-height: 350px) {
	#content { width: 160px; }
	h2 { font-size: 13px; }
	button { height: 38px; width: 38px; border-radius: 18px; font-size: 13px; }
	button.red { height: 25px; width: 65px; font-size: 13px; }
	#results { font-size: 25px; }
	#social, #information { display: none; }
}

@media all and (max-width: 500px) {
	#social { display: none; }
}