/* PRINT RESULTS */

.top-nav,
#topTabs,
.section-body:not(.print),
.site-footer, .section-header
{
	display: none !important;
}

.btn-tooltip {
	display: none !important;
}

.calculator-section {
	border-bottom: 1px solid #ccc;
	padding: 10px 0 !important;
}

.site-logo,
.carc-logo {
	-webkit-print-color-adjust: exact;
}

.section-header {
	width: 50% !important;
	height: 50px !important;
	background-color: #fff !important;
	color: #000 !important;
	padding-left: 20px !important;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}

.section-header .heading-1 {
	font-size: 2rem !important;
	color: #000 !important;
}

.section-footer {
	width: 49% !important;
	height: 50px !important;
	float: right;
	text-align: right !important;
	font-size: 2rem;
	padding: 0 !important;
	background-color: #fff !important;
}

.results-tab {
	position: relative !important;
	left: 0;
	bottom: 0;
	top: 0;
}

#riskTab,
#ageTab {
	background-color: #fff !important;
	text-decoration: none !important;
	color: #000 !important;
	font-size: 2rem !important;
}

#tabRisk,
#tabAge {
    display: inline-block !important;
    opacity: 1 !important;
    width: 49%;

}

#riskTab::before,
#ageTab::before {
	opacity: 0 !important;
}

#tabAge .heading-1,
#tabRisk .heading-1 {
	font-size: 3rem !important;
}

#ageTab {

}

#tabAge {

}



