.box-results-side {
	display: block;
	min-width: 800px;
	max-width: 50%;
	padding: 12px;
	margin-bottom:2px;
	background-color: #ffffff;
	text-align: left;
	border: solid 1px #dddddd; 
}

.box-results-side h1 {
	font-size: 1.2em; 
	font-weight: normal; 
	line-height: .5em;
}

.box-results-side h2 {
	font-size: 1.4em; 
	font-weight: normal; 
	line-height: .5em;
	color: #000000; 
	margin-bottom: 40px;
}

.box-results-grey {
	min-width: 800px;
	max-width: 50%;
	margin-top: 0px;
	background: rgb(238,238,238);
	background: linear-gradient(90deg, rgba(238,238,238,1) 0%, rgba(255,255,255,1) 50%, rgba(238,238,238,1) 100%);
	border:1px solid #dddddd;
}

.box-results {
	position: relative;
	display: block;
	padding-bottom: 20px;
	margin: 0 auto;
	min-width: 700px;
	max-width: 60%;
	text-align: center;
	border: solid 0px #dddddd; 
}

.box-results .message-txt {
	font-weight: 700;
	color: #ff6633;
}

.box-answers {
	padding: 14px;
	margin-bottom: 10px;
	width: 100%;
	border-radius: 0px;
	background-color: #ffffff;
	border: solid 1px #dddddd; 
}

.box-answers-red,.box-answers-green,.box-answers-recommend {
	position: relative;
	display: block;
	top: 5px;
	padding: 5px;
	font-size: 1.2em;
	font-weight: 700;
	color: #ffffff;
	width: 100%;
	text-align:center;
	background-color: #ce1f22;
	border: solid 0px #bbbbbb;
}

.box-answers-green {
	background-color: #33bb33;
}

.box-answers-recommend {
	padding: 1px !important;
	background-color: #ffcc00;
}

.box-answers-recommend p {
	font-size: 1em !important;
	font-weight: 700 !important;
	line-height: 110% !important;
	color: #000000!important;
	margin-top: 11px !important;
}

.box-answers h1 {
	font-size: 1.2em; 
	font-weight: 700; 
	text-align: left !important;
	margin: 0 !important;
	padding-left: 30px;
	text-indent: -25px;
	color: #000000; 
}

.box-answers h2 {
	font-size: 1.2em;
	font-weight: bold; 
	text-align: left;
	padding-left: 42px;
	text-indent: -9px;	
	color: #333333;
}

.box-answers h3 {
	font-size: 1.2em;
	padding-left: 20px;
	text-indent: 0px;
	text-align: left;
	color: #124456;
}

.box-answers h4 {
	font-size: 1.4em;
	text-align: left;
	padding-left: 42px;	
	color: #ce1f22;
}

.box-results h5 {
	font-size: 2.4em;
	text-align: center;
	line-height: 1.2em;
	color: #000000;
}

.box-answers a {
	font-size: 1em; 
	font-weight: normal; 
	text-decoration: underline;
	color: #3291b9;
}