BODY {
	font-family: 'Oswald', sans-serif;
}


#widget P.title {
	font-size: 14px;
	line-height: 30px;
	color: #81bb01;
	font-weight: 300;
	text-align: right;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
}

#widget H3 {
    font-family: 'Oswald', sans-serif; font-weight:600;
	font-size: 16px;
	line-height: 40px;
	color: #999999;
	font-weight: 300;
	text-align: left;
	text-transform: none;
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid #ddedbb;
}

#widget H3 SPAN {
	text-align: right;
	float: right;
}

#widget H3 STRONG {
	font-size: 20px;
	line-height: 40px;
	color: #81bb01;
	font-weight: 700;
	text-align: left;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
}

#widget H3 STRONG I {
    font-size: 14px;
	line-height: 40px;
    font-style:normal;
    text-transform:none;
}

#widget .calculator {
    width:80%;
    margin-left:10%;
	padding: 60px 50px;
	margin-top: -40px;
	background: #81bb01;
}

#widget .calculator H3 {
	font-size: 24px;
	line-height: 32px;
	color: #ffffff;
	font-weight: 700;
	text-align: left;
	text-transform: none;
	padding: 0px;
	margin: 0px;
	border: none;
}

#widget .slider {
	padding: 0px;
	padding-top: 20px;
	margin: 0px;
}

#widget .slider H4 {
	font-size: 10px;
	line-height: 14px;
	color: #476701;
	font-weight: 500;
	text-align: left;
	text-transform: none;
	padding: 0px;
	padding-bottom: 10px;
	margin: 0px;
    letter-spacing:-0.5px;
}

#widget .slider P {
	font-size: 10px;
	line-height: 14px;
	color: #ffffff;
	font-weight: 500;
	text-align: left;
	text-transform: none;
	padding: 0px;
	padding-top: 10px;
	margin: 0px;
}

#widget .slider P SPAN {
	float: right;
}


#widget .slider INPUT {
	display: block;
	width: 100%;
	height: 45px;
	font-size: 20px;
	line-height: 45px;
	color: #ffffff;
	font-weight: 500;
	text-align: center;
	text-transform: none;
	background: #669401;
	border: 0px solid #fff;
}

#widget .ui-widget.ui-widget-content {
	height: 7px;
	background: #669401;
	border: 0px solid #fff;
}

.ui-state-default:focus {outline:0;}
.ui-state-hover, .ui-state-active {background: #476701 !important;} 
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
	top: -7px;
	width: 20px;
	height: 20px;
	background: #81bb01;
	border: 6px solid #476701;
	border-radius: 50%;
}