.container {
	min-height: 100vh;
	position: relative;
}
.wrapper {
	margin-bottom: 100px;
}
.control-label {
	line-height: 34px;
	margin-bottom: 0;
	font-size: 1.15em;
	color: #5f5b56;
}
.answer-group .control-label {
	font-size: 1.2em;
}
.answer-label {
	position: absolute;
	display: inline-block;
	padding-left: 18px;
	left: 12px;
	top: 0;
	font-size: 14px !important;
	font-weight: 400;
}
.answer {
	padding-left: 60px;
}
.recordset:last-child h3 {
	font-size: 25px;
	font-weight: bolder;
	color: #5f5b56;
}
#next {
	float: right;
}
#clearForm {
	float: right;
}
.modal-body {
	padding: 30px;
}
.close {
	position: absolute;
	top: 10px;
	right: 15px;
}
.modal-row:not(:first-child) {
	margin-top: 20px;
}
.result-data {
	text-align: center;
}
#result {
	margin-top: 0;
	color: #286090;
	display: inline-block;
	border: 1px dotted silver;
	border-radius: 5px;
	padding: 5px 10px;
	position: relative;
	margin-left: 65px;
}
#result:before {
	content: "";
	background: url('../images/means.png');
	width: 62px;
	height: 42px;
	position: absolute;
	left: -65px;
	top: -4px;
}
.yes-text, .no-text {
	display: none;
}
.toggle-description {
	margin-bottom: 20px;
}
footer {
	position: absolute;
	display: block;
	bottom: 0;
	width: 100%;
}
.important {
	font-weight: bold;
	color: #d9534f;
}
@media (min-width: 992px) {
	#results {
		top: calc(50vh - 250px);
	}
}
