.range { width: 206px; display: inline-block; padding: 0 20px; }
.range .info { display: table; width: 100%; top: -3px; position: relative; }
.range .info > span { display: table-cell; text-align: left; color: #e9e9e9; }
.range .info > span:last-child { text-align: right; }
.range .range-body { top: -2px; background: none; background-color: #e9e9e9; border-radius: 0; border: 0; padding: 0; margin: 5px 6px 0 6px; height: 3px; cursor: pointer; }
.range .range-body .ui-slider-handle { background: none; background-color: #004a9f; border-radius: 50%; border: 0; width: 15px; height: 15px; cursor: pointer; }