@font-face {
	font-family: 'Ubuntu';
	src: url('../lib/ubuntu-fontfacekit/Ubuntu-R-webfont.woff') format('woff'),
		url('../lib/ubuntu-fontfacekit/Ubuntu-R-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;

}

.secondaryanswerdiv {
	display: inline-block;
	min-width: 700px;
}

html,
body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

.headertick {
	width: 50px;
	height: 50px;
	visibility: hidden;
}

.listingtick {
	width: 15px;
	margin-left: 10px;
}

.youranswertick {
	width: 30px;
	height: 30px;
	vertical-align: text-top;
}

#youranswertickspan {
	width: 30px;
	height: 30px;
	margin-left: 6px;
	visibility: hidden;
}

.bfnav {
	padding: 8px;
}

.code {
	font-family: "Courier New";
}

a.listlink {
	color: #4080AA;
}

a.listlink:visited {
	color: #15496c;
}

#helpcontent {
	width: 705px;
}

#splittercontainer {
	/* Main vertical splitter element */
	height: 400px;
	width: 100%;
	margin: 0;
	box-sizing: border-box;
	padding-left: 3px;
	padding-right: 3px;
	border-bottom: 1px dashed #4080AA;
	border-left: 1px dashed #4080AA;
	border-right: 1px dashed #4080AA;
	position: relative;
}

#schemareminder {
	display: block;
	padding-left: 4px;
	line-height: 5px;
	font-size: 11px;
	text-align: left;
	background-image: linear-gradient(to bottom, #6a9bbc, #4080AA);
}

#schemaremindercontents {
	height: 230px;
	display: none;
	border-left: 1px dashed #4080AA;
	border-right: 1px dashed #4080AA;
	border-bottom: 1px dashed #4080AA;
}

#schemareminderimage {
	margin: auto;
	display: block;
}

#schemareminder:hover {
	background-color: #4080AA;
}

#schemareminderarrow {
	font-size: 8px;
}

#expres {
	position: relative;
	float: left;
	width: 40%;
	height: 100%;
	overflow: hidden;
}

#codediv {
	/*Contains toolbar and horizontal splitter*/
	position: relative;
	float: right;
	width: 60%;
	height: 100%;
	overflow: hidden;
}

#youranswerdiv {
	margin-left: 5px;
	margin-right: 5px;
	height: 60%;
	overflow: hidden;
}

#youranswerbuttons {
	float: right;
}

#yourresultsdiv {
	height: 40%;
	overflow-y: hidden;
	overflow-x: hidden;
	position: relative;
}

#yourresultserror {
	display: none;
	margin: 3px;
}

#querydiv {
	display: inline-block;
	min-width: 700px;
}

/* #answerbtn {
	width: 30px;
} */

.youranswerbutton {
	margin-right: 1px;

}

.answerdiv {
	opacity: 0;
}

.queryerror {
	margin: 0px;
}

.CodeMirror {
	border: 1px solid #eee;
	height: auto;
}

.CodeMirror-scroll {
	width: 100%;
	overflow-y: hidden;
	overflow-x: auto;
}

.aboutheader {
	margin-top: 20px;
}

.span4 {
	width: 300px;
}

.breadcrumb {
	padding: 8px 15px;
	margin: 0 0 20px;
	list-style: none;
	background-color: #f5f5f5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
