body
{
	background-color: #F1F1F1;
	font-family: 'Bitter', 'Lucida Grande', helvetica, sans-serif;
}

.container, .controls
{
	width: 100%;
	min-width: 500px;
	height: 720px;
	background-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
	border: 1px solid #D8D8D8;
	margin-bottom: 7px;
	position: relative;
}

.console
{
	width: auto;
	position: absolute;
	top: 20px;
	left: 20px;
	border-radius: 5px 5px;
	padding: 10px;
	background-color: rgba(255, 255, 255, 0.1);
	min-width: 120px;
	max-width: 50%;
	max-height: 118px;
	opacity: 0.4;
}

.console div
{
	max-height: 118px;
	overflow: hidden;
	bottom: 0;
	position: relative;
}

.console span
{
	display: block;
	font-family: 'Lucida Grande', helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	margin: 3px 0;
}

.console span span
{
	display: inline;
	margin: 0;
	padding-right: 0.6em;
	color: rgba(255, 255, 255, 0.3);
}

.console span::selection
{
	background-color: #000;
}

.controls
{
	height: auto;
	overflow: auto;
}

.controls a
{
	font-size: 12px;
	color: #444;
	background-color: #F7F7F7;
	border-radius: 3px;
	padding: 3px 6px 2px 6px;
	text-decoration: none;
}

.controls a:hover
{
	color: #FFF;
	background-color: #0C2;
	text-decoration: none;
}

.controls form
{
	display: inline-block;
	font-size: 0.9em;
	margin-right: 15px;
	vertical-align: 3px;
}

.controls input[type=text]
{
	border: 0;
	background-color: #EEE;
	padding: 6px 8px;
	border-radius: 5px;
}

.controls input[type=checkbox]
{
	margin-left: 20px;
}

.nofocus:focus
{
	outline: none;
}

.fps
{
	float: right;
}

.controls span
{
	color: #BBB;
	font-size: 0.7em;
	vertical-align: 1px;
}

.header
{
	font-family: 'Bitter', 'Lucida Grande', helvetica, sans-serif;
	font-size: 24px;
	font-weight: 400;
	display: inline-block;
	padding: 8px 14px;
	margin: 2px;
	background-color: #ff6655;
	color: #fff;
}

.header::selection
{
	background-color: #e76050;
}

small
{
	font-size: 9px;
	color: #ccc;
}

.input
{
	position: absolute;
	bottom: 30px;
	width: 60%;
	margin-left: -30%;
	left: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 0;
	background-color: rgba(0, 0, 0, 0.1);
	padding: 10px 15px;
	border-radius: 10px;
}

.input input[type=text]
{
	border: 0;
	font-size: 16px;
	color: #fff;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: transparent;
}

.input ::-webkit-input-placeholder { /* WebKit browsers */
    color: rgba(255, 255, 255, 0.7);
}
.input :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: rgba(255, 255, 255, 0.7);
}
.input ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: rgba(255, 255, 255, 0.7);
}
.input :-ms-input-placeholder { /* Internet Explorer 10+ */
    color: rgba(255, 255, 255, 0.7);
}

/*
STATS
*/

#stats #fps
{
	background-color: #fff !important;
	padding: 0 3px 0 0 !important;
}

#stats #fps #fpsText
{
	font-family: Monospace, serif !important;
	font-weight: normal !important;
	color: #00CC22 !important;
	background-color: #fff !important;
	border: none !important;
	overflow: hidden;
	white-space: nowrap;
}

#stats #fps #fpsGraph
{
	background-color: #00CC22 !important;
}

#stats #fps #fpsGraph span
{
	background-color: rgba(255,255,255,0.92) !important;
}

#stats #ms
{
	background-color: #fff !important;
	padding: none !important;
}

#stats #ms #msText
{
	font-family: Monospace, serif !important;
	font-weight: normal !important;
	color: #0088EE !important;
	background-color: #fff !important;
	border: none !important;
	overflow: hidden;
	white-space: nowrap;
}

#stats #ms #msGraph
{
	background-color: #0088EE !important;
}

#stats #ms #msGraph span
{
	background-color: rgba(255,255,255,0.92) !important;
}
