
.row-calc {
	font-size: 2em;
	text-align: center;
	line-height: 40px;
}

.row-calc h2 {
	color: #0074BB;
	font-size: 1.7em;
}

.question h3 {
	color: #444;
	font-size: 1.2em;
	margin-bottom: 50px;
}

.question small {
	font-size: 50%;
}

.overhead,
.question {
	display: none;
}

.calc_active {
	display: block!important;
}


.btn_calc_result {
	display: block;
	margin: auto;
	margin-top: 30px;
	max-width: 320px;
	padding: 20px;
	border-radius: 8px;
	border: 2px solid #0074BB;
	color: #0074BB;
}

.btn_calc_result:hover {
	color: white;
	background-color: #0074BB;
}

@media (max-width: 767px) {
	.row-calc h2 {
		font-size: 1em;
	}

}