<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">    .rangebox {
        margin-left:-3px;
		display:inline-block;
		position:relative;
    }
    .slider {
        margin-right:13px;
        margin-left:7px;
        float:left;
        width:140px;
    }

    .customform .rangedisplay input, .customform .rangebox input {
        float:left;
        border:0;
        font-weight:bold;
        width:95%;
        text-align:right;
		box-shadow:none;
		font-size:12px;
    }                                               
    .customform input.max {
        text-align:left;
    }
/*  .customform .bedranges input {
        width:20px;
    }
*/
    .ui-widget-header {
    }
    .ui-widget-content {
        background:#739640;
    }
    .ui-slider-handle {
        text-decoration:none;
        font-size:8px;
        padding:3px 7px 7px 2px;
        font-weight:bold;
        margin-top:-3px;
    }
    .ui-slider-handle:hover {
        text-decoration:none;
    }

/*
    #priceslider, #sqftslider {
        width:140px;
    }
    #bedslider {
        width:230px;
    }
*/
    .rangedisplay {
        position:relative;
    }

    .homefinder .rangebox {
        position:relative;
		width:100%;
    }
	.homefinder .slider {
		width:150px;
	}
    .homefinder .rangedisplay {
		color:#4c2a0e;
        font-size:11px;
        margin-top:25px;
        margin-left:5px;
    }
    .customform .ui-widget-header {   
		background:#093351;
    }
    .customform .ui-widget-content {
        background:#093351;
		border:none;
		height:2px;
		position:relative;
		top:10px;
    }
	.homefinder .ui-widget-content {
		width:85%;
	}
    .customform .ui-slider-handle {
        color:#ccc;
        padding-top:4px;
		top:-12px;
    }

    .customform .ui-state-default {
/*        background:url('/images/icon_handle.png') no-repeat;
		background-size:contain;
		*/
		width:18px;
		height:18px;
		border-radius:50%;
		background:#093351;
background:#8da4b1;
		color:#ffffff;
		border:none;
		font-weight:600;
    }
	.rangebox input:first-child {
		text-align:left;
	}
</pre></body></html>