.text-center {
	
	text-align: center !important;
}


#survey table tr th, #survey table tr td,
#survey label {
	
	font-size: 12px;
}

#survey label {

	float: left;
	width: 45%;
	line-height: 20px;
	padding-top: 3px;
	padding-left: 10px;
}

#survey div.input.checkbox input {
	
	margin-left: 45%;
	margin-top: 6px;
	
}

.review {
	
	border-bottom: 1px solid #bbb;
	margin-bottom: 15px;
	padding-bottom: 5px;
}

.review .mark {
	
	background: #aaa; 
	border-radius: 4px;
	width: 60px;
	height: 60px;
	text-align: center;
	margin-bottom: 10px;
	margin-left: 10px;
}

.review .mark h3 {
	font-size: 36px;
	color: #fff !important;
	margin-top: 0;
	
}

.review .mark small {
	text-transform: uppercase;
	display: block;	
	font-size: 7px;
	color: #fff !important;
	margin-bottom: 3px;
	margin-top: 1px;
}


.review .reply {
	
	margin-left: 5px; ;
	padding-left: 5px;
}

.review .reply h5 {
	
	font-size: 12px;
	margin-bottom: 2px;
}

.review h2 {
	font-size: 13px !important;
	color: #e37b10;
	margin-bottom: 5px !important;
}

a.text-underline {
	
	text-decoration: underline;
}

a.text-underline:hover {
	
	text-decoration: none;
}