<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div.calcPre {
	height: 200px;
}
p.calcDisp {
	font-size: 180%;
	margin-top: 20px;
	margin-bottom: 4px;
	font-weight: bold;
} 
.calcTitle {
	font-size: 150%;
	font-weight: bold;
	padding: 20px 20px 0;
	color: #748a8b;
}
.calcSubtitle {
	font-size: 120%;
	color: #748a8b;
	padding-top: 0;
}
.calcSubtitle-md {
  margin-bottom: 10em;
}
.dot {
	position: absolute;
	background-color: rgba(0,0,0,0.5);
	border: 2px solid white;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
}
.chartContainer {
	position:relative;
	text-align: center;
	margin: 0 30px;
}
.chartContainer img {
	width:100%;
	margin-bottom: 20px;
}
#calculator-pre{
	background-color: #dcefef;
	border-bottom: 2px solid #748a8b;
}
#calculator-post{
	background-color: #dcefef;
	border-bottom: 2px solid #748a8b;
}
.tab-content{
	background-color: white;
	border: 2px solid white;
	border-top: none;
}
.tabs-calc{
	margin-top: 10px;
	background-color: #dcefef;
}
ul.nav{
	background-color: #dcefef;
}

.nav-pills&gt;li,.nav-pills&gt;li&gt;a {
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
.nav-pills&gt;li&gt;a, .nav-pills&gt;li&gt;a:hover, .nav-pills&gt;li&gt;a:focus {
	color: #748a8b;
	background-color: #d2e4e4;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	border-radius: 0px;
}
.nav-pills&gt;li.active {
	background-color: white;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	border: 2px solid white;
	border-bottom: none;
}
.nav-pills&gt;li.active&gt;a, .nav-pills&gt;li.active&gt;a:hover, .nav-pills&gt;li.active&gt;a:focus {
	color: #748a8b;
	background-color: white;
}
#print-pre,#print-post{
	margin-top: 20px;
}
#results-calc-pre,#results-calc-post{
	display: none;
	-webkit-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
}
</pre></body></html>