path.slice {
	stroke-width: 3px;
}

polyline {
	opacity:      .3;
	stroke:       gray;
	stroke-width: 2px;
	fill:         none;
}

text {
	font-size:   0.7rem;
	font-weight: normal;
}

text.estimated_monthly_payment {
	font-size:      1.5rem;
	font-weight:    700;
	letter-spacing: -0.05rem;
}

#calc-container {
	margin: 0 0 20px 0 !important;
}

#calc-container h2 {
	margin-top: 10px !important;
}

#calc-container .payment {
	font-size: 1.2rem;
	padding-top:10px !important;
	padding-bottom:20px !important;
}

#calc-container .payment span {
	font-size: 2rem;
}

form#mtg {
	margin-top: 20px;
	z-index: 10000;
}