@font-face {
	font-family: digit!important;
	src: url('Mono.ttf') format("truetype");
}

body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	overflow: hidden;
}

.mainDiv{
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	/*height: 50%;*/
}

.content {
	width: 315px;
	height: 600px;
	margin-top: 0;
	margin-right: 0;
	padding-left: 12px;
	padding-right: 8px;
}

#elapseClock {
    position: fixed;
	display: block;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
    left: 0;
    right: 0;
    bottom: 35px;
	font-family: 'AppleGothic';
	/*font-weight: bold;*/
	z-index: 999;
}

#words {
	font-family: "digit";
	width: 500px;
	font-size: 24px;
	color:#666;
}

#messages{
	display: none;
}

.code {
	text-align: left!important;
	float: left;
	height: 100%;
	width: 1000px;
	overflow: hidden;
	padding-left: 15px;
	margin-top: 60px;
	color: #bbb;
	font-family: "digit","Consolas", "Monaco", "Bitstream Vera Sans Mono", "Courier New", "sans-serif";
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5;
}

.code .string{
	/*color: #0086b3!important;*/
	color: rgba(86, 156, 214, 1)!important;
}

.code .keyword{
	color: #a71d5d!important;
	font-weight:bold;
}

.code .variable{
	/*color: #0086b3!important;*/
	color: rgba(156, 220, 254, 1)!important;
	font-weight:bold;
}

.code .placeholder{
	margin-left:15px;
}

.code .space{
	margin-left:7px;
}

.code .comments{
	/*color: #63a35c!important;*/
	color: rgba(96, 139, 78, 1)!important;
}

#errorMsg{
	width: 100%;
	text-align: center;
	font-size: 24px;
	position: absolute;
	top: 100px;
	left:0px;
}
