@media screen and (max-width: 768px) {
	.submitbutton {
		text-align: center;
	}
}

@media screen and (min-width: 769px) and (max-width: 992px) {
	.submitbutton {
		text-align: center;
	}
}

@media screen and (min-width: 993px) and (max-width: 1199px) {
	.submitbutton {
		padding-top: 23px;
		text-align: right;
	}
}

@media screen and (min-width: 1200px) {
	.submitbutton {
		padding-top: 23px;
		text-align: right;
	}
}
.mathquestion {
	text-align: right;
}
.whatsthis {
	font-size: 0.7em;
}
.mathimg {
	width: 20px;
	height: 20px;
}
#enq_submit {
    background-color: #999;
    color: white;
    font-weight: bold;
    transition: color .15s ease-in-out, background-color .15s ease-in-out;
    padding-left: 30px;
    padding-right: 30px;
}
#enq_submit:hover {
	background-color: #993399;
	color: #DDD;
}
.contactform {
	position: relative;
}
#enq_form textarea {
	height: 200px;
}
.mathverifyouter {
	padding: 10px;
	background-color: white;
	border: 1px solid #CCC;
	border-radius: 3px;
}
#errorcode {
	color: #CC0000;
	font-weight: bold;
	text-align: center;
	padding: 5px 0px 5px 0px;
	min-height: 30px;
	display: none;
}
#recaptcha_challenge_image {
	width: 100%;
	height: auto;
	display: block;
}
.submitbuttoncontainer {
	padding-left: 30%;
	padding-right: 30%;
}
.form-control {
	background-color: white;
}
.makeinline {
	display: inline-block;
}
.mytooltip {
	display: none;
	position: absolute;
	background-color: #EEE;
	font-size: 0.6em;
	width: 300px;
	top:-600%;
	right: 0px;
	padding: 10px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 10px #333333;
	-moz-box-shadow: 0px 0px 10px #333333;
	box-shadow: 0px 0px 10px #333333;
	z-index: 5000;
	color: #333333;
	line-height: 1.8em;
}
.mytooltip a {
	font-weight: bold;
}
#enq_toname, #enq_toemail {
	display: none;
}
.cfoverlay {
	background-color: rgba(255,255,255,0.7);
	background-image: url(/easypress/images/Preloader_3.gif);
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}
.confirmmessage {
	padding-top: 200px;
	text-align: center;
	padding: 200px 20px 0px 20px;
	font-size: 1.5em;
}
.btn.btn-default {
	color: black;
}
.btn.btn-default:hover {
	
}
label.control-label {
	font-size: 0.9em;
}