html {
	overflow: hidden;
	width: 100%;
	height: 100%;
}
body {
	font: 12px Arial, Helvetica, sans-serif;
	padding: 46px 0 0 0;
	margin: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
body.waiting, body.waiting a {
	cursor: progress;
}
iframe {
	width: 100%;
	height: 100%;
	display: block;
	border: none;
    z-index: 10;
    -webkit-box-sizing: border-box;    
}
a {
	color: #BB150E;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}
div {
	overflow: hidden;
}
#cockbar {
	height: 46px;
	border-bottom: 1px solid #444;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 550px;
	background: #eee url('http://images.roosterteeth.com/assets/style/cockbar/bg.png') top left repeat-x;
}
img {
	border: none;
}
#cockbar div {
	float: left;
}
#cuckaw {
	padding-left: 10px;
	padding-top: 10px;
}
#logo {
	float: left;
	width: 100px;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #ddd;
}
#counter {
	width: 30px;
	padding: 6px 8px;
	background: #222;
	cursor: default;
	color: #eee;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
}
.cuckit, .clucking, .clucked {
	width: 50px;
	padding: 6px;
	background: #BB150E url('http://images.roosterteeth.com/assets/style/cockbar/light.png') center center repeat-x;
	text-align: center;
	font-size: 11px;
	color: #fff;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
}
.clucking {
	background: #DD8A86 url('http://images.roosterteeth.com/assets/style/cockbar/light.png') center center repeat-x;
	color: #fff;
	cursor: progress;
}
.clucked {
	background: #666 url('http://images.roosterteeth.com/assets/style/cockbar/light.png') center center repeat-x;
	color: #999;
	cursor: default;
}
#info {
	padding: 8px 0 0 15px;
}
.cuckit a {
	color: #fff;
	font-size: 11px;
	font-weight: bold;
}
.cuckit a:hover {
	color: #DD8A86;
}
a.big {
	font-size: 14px;
	font-weight: bold;
}
.small {
	color: #999;
	font-size: 11px;
}
a.small:hover {
	color: #999;
}
#random {
	position:absolute;
	right: 200px;	
	padding: 15px;
	padding-right: 20px;
	border-right: 1px solid #ddd;
}
#random a {
	background: #DE6A14 url('http://images.roosterteeth.com/assets/style/cockbar/light.png') center center repeat-x;
	color: #fff;
	padding: 6px 12px;
	font-weight:bold;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;	
}
#random a:hover {
	color: #EEB489;
}
#share {
	position: absolute;
	right:130px;
	padding: 15px 0 0 0;
}
#share img {
	margin-right: 5px;
}
#close {
	position: absolute;
	right: 0;
	padding: 15px;
}
#feedback {
	position: absolute;
	right: 50px;
}