/* finnance calculator */
/* it will resize to the width of the container */

.calculator.wrapper {
	background-color: #f8f8f8; 
	border: 1px solid #ddd; 
	padding: .5em;
}

.calculator div h2 {
	font-size: 1rem;
	font-weight: bold;
	display: inline;
	margin-right: 1rem;
}
.calculator.wrapper div span.currentValue {
	display: inline;
	font-size: 1.2em;
	font-weight: bold;
}
.calculator h4 {
	font-size: .8rem;
	margin-bottom: 0px;
	display: inline;
}

.calculator label span.currentValue {
	display: inline;
	font-weight: bold;
}

.calculator .currentValue {
	padding-bottom: 10px !important;
	display: block;
	text-align: center;
}

.calculator .qRange .financeperiod {
	margin-bottom: 1rem;
}

.calculator label.qRange {
	height: 4rem;
}