@charset "UTF-8";
/* Type */
/* Written by Hanson Ma */

#picspace{
  float: left;
  width: 100%;
  height: 69px;
}

#content{
	float: left;
	width: 100%;
	height: auto;
	margin-top: 19px;
	background: #fff;
	border: 1px solid #ccc;
	padding: 25px;
	-moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box; 
}

::-moz-selection { /* Code for Firefox */
	color: #fff;
    background: #56d46a;
}

::selection {
	color: #fff;
    background: #56d46a;
}

#bawls{
	font-size: 25px;
}

.qbox{
	float: left;
	width: 48.2%;
	height: auto;
	background: #56d46a;
	margin-top: 25px;
	border: 1px solid #ccc;
	font-size: 18px;
}

.qbox2{
	float: left;
	width: 48.2%;
	height: auto;
	background: #56d46a;
	margin-top: 25px;
	border: 1px solid #0072bc;
	font-size: 18px;
}

.righty{
	float: right;
}

.question{
	width: 100%;
	height: 65px;
	background: #56d46a;
	padding: 10px;
	-moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box;
}

.question2{
	width: 100%;
	height: 65px;
	background: #0072bc;
	padding: 10px;
	color: #fff;
	-moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box;
}

.answer{
	width: 100%;
	height: 90px;
	background: #f0f0f0;
	padding: 10px;
	-moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box;
}

@media only screen and (max-width: 800px) {

	#content{
		margin-top: 15px;
	}

}

@media only screen and (max-width: 730px) {

	.qbox{
		width: 100%;
	}
	.qbox2{
		width: 100%;
	}

	.question, .answer, .question2{
		height: auto;
	}

}
