<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.valuationbox { /*margin-top:20px;*/ width:324px; height:225px;}
.valuationbox .inner { padding:20px; }
.valuationbox .heading { font-size:15px; text-transform:uppercase; margin-bottom:15px;}
.valuationbox input[type=text] { width:267px; }
.valuationbox .buttondiv { margin-top:18px; margin-right:5px; }

.button-right { float:right; width:80px; margin-top:10px; }
.button-left { float:left; width:195px; margin-top:8px; text-align:left;}
.button-left select { font-size:10px; height:18px; line-height:18px; }
.valuationbox .clearboth { height:0; line-height:0; }
.valuationbox .spacer { height:18px; line-height:18px; }
#valuationtype { margin-left:5px; width:90px; }
/* jquery ui overrides */
#valuationtype-button { height:20px; }
#valuationtype-button,#valuationtype-button * { line-height:20px; }
#valuationaddress {
    display: none;
}

/***** Tablet (768px - 959px) *****/
@media only screen and (min-width: 768px) and (max-width: 1000px) {
	.valuationbox { width:245px; height:152px; }
	.valuationbox input[type=text] { width: 200px; }	
	.valuationbox .inner { padding:10px 15px 10px 15px; }
	.valuationbox .buttondiv { margin-top:0; }
	.valuationbox .button-right { width:62px; margin-top:20px; }
	.valuationbox .button-left { width:148px; margin-top:12px; }
	.valuationbox .button-left label { font-size:11px; }
	.valuationbox .spacer { height:2px; line-height:2px; }
	.valuationbox .heading { margin-bottom:10px; }
	#valuationtype { width:75px; }
}
/***** Phone *****/
@media only screen and (max-width: 767px) { 
	.valuationbox { width:94%; height:175px; min-height:175px; margin:0 3% 0 3%; }
	.valuationbox .buttondiv { margin-right:2px; margin-top:23px; }
	.valuationbox .button-right { width:30%; margin-top:5px; }
	.valuationbox .button-left { margin-top:0;  width:70%; font-size:90%; } 
	.valuationbox .spacer { height:2px; line-height:2px; }
	.valuationbox .inner { padding-bottom:0; } 
	.valuationbox input[type=text] { width: 96%; }
	#valuationtype { width:65px; }
}
</pre></body></html>