@charset "utf-8";
/* CSS Document */

.humans-image
{
	margin-left: auto;
	margin-right: auto;
	width: 50%;
}

.well 
{
	background-color: #b0bcbd;
	color: #3c5c67;
	border-color: #3c5c67;
}

.text-entry 
{
	min-height: 35px;
	padding: 10px;
	border: 2px solid #52b8ce;
	margin: 0px;
	background: none;
}

.text-entry p 
{
	font-size: 14px !important;
}

table 
{
	margin-top: 20px;
}

table .content, .text-entry 
{
	font-size: 14px !important;
}

@media print 
{	
	table td 
	{
		width: 50%;
	}
	
	table .answer, .well
	{
		display: none !important;
	}

}