	html {
		overflow:hidden;
	}
	body {
	margin:0px;
	}
	
	a {
	text-decoration:none;
	}
	#slider { width: 520px; height: 375px; }
	
	
	#termboxwrapper {
	background:#5B5B5B;
	height:150px;
	width:100%;
	margin-bottom:25px;
	}
	
	#termbox {
	width:620px;
	height:150px;
	margin-left:auto;
	margin-right:auto;
	background:#5B5B5B;
	}
	.answerbox .dragterm {
	height:30px;
	padding-top:0px;
	}
	
	.dragterm:hover {
	background:#9ba9fc;
	cursor:pointer;
	}
	
	.dragterm {
	background:url('../images/gradback.png');
	color:#FFF;
	width:140px;
	float:left;
	margin:8px 1.2%;
	text-align:center;
	height:25px;
	padding-top:5px;
	font-family:open sans;
	font-weight:normal;
	border-radius:10px;
	z-index:100;
	font-size:14px;
	}
	
	.answerbox {
	display:inline-block;
	height:30px;
	width:140px;
	background:#b9b9b9;
    margin-right:5px;
    margin-left:5px;
    border-radius:10px;
	}
	
	.answerbox .dragterm {
	margin:0px;
	}
	
	.answerbox.hovered {
	background:#b2cbff;
	}
	
	p {
	font-family:open sans;
	}
	
	#slider p {
	line-height:30px;
	font-size:14px;
	color:#4D4D4D;
	}
	
	.primaryimage {
	margin-bottom:20px;
	width:100%;
	height:auto;
	}
	
	#checkbtn {
	position: relative;
	top: 49%;
	margin-right: auto;
	margin-left: auto;
	width: 200px;
	text-align: center;
	background: #587fcf;
	color: #FFF;
	font-family: open sans;
	height: 40px;
	font-size: 19px;
	padding-top: 10px;
	border-radius: 15px;
	background:url('../images/gradback.png');
	display: block;
	}
	
	#checkbtn:hover {
	background:#43609a;
	cursor:pointer;
	}
	
	#resultscontainer {
	display:none;
	}
	
	#colorbox #resultscontainer {
	display:block;
	text-align:center;
	}
	
	#resultscontainer p {
	margin:0px;
	}
	
	.biganswertext {
	font-size:52px;
	color:#FFF;
	line-height:48px;
	}
	
	.boldanswertext {
	font-size:45px;
	color:#596e9b;
	font-weight:bold;
	line-height:45px;
	}
	
	.smallanswertext {
	font-size:24px;
	}
	
	#resetbtn {
background-color: #596e9b;
display: inline-block;
padding: 10px 30px;
color: #FFF;
font-size: 26px;
margin-top: 15px;
}

#resetbtn:hover {
background:#748ec6;
cursor:pointer;
}

#resultscontainer .resultsubtitle {
color:#FFF;
font-size:16px;
margin-top:15px;
}
