
    .clearfix {
        clear:both;
    }
    
a { cursor:pointer; } /* Because IOS doesn't actually want to let you trigger a click event if an <a> doesn't have a href... this fixes it - for some reason. */
    

/*  Filters */
.asset-filters {
    padding: 20px 0;
    background: #f7f7f7;
    margin-bottom: 0;
}
.asset-filters select {
    width: 100%;
    margin-bottom: 5px;
    font-size: 14px;
}
.input-banner {
    display:flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-around;
}
.input-group {
    max-width: 15%;
    flex: 1 1;
    text-align: center;
}
.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 {
    border: 1px solid #3e3e3e !important;
    background: #3e3e3e !Important;
}
.ui-widget-header {
    background: #dddddd !important;
}
.ui-widget.ui-widget-content {
    border: 1px solid #cccccc !important;
}
.ui-slider-horizontal .ui-slider-handle {
    margin-left: 0 !important;
}
.ui-slider-horizontal .ui-slider-handle:last-child {
    margin-left: -1.2em !important;
}
.asset-filters h3, .asset-filters label {

}

.asset-filters label {
    display: inline-block;
    color: black;
    font-weight: normal;
    font-size: 0.9rem;
    text-align: center;
    margin-bottom: 0.7rem;
}
.asset-filters label span {
    font-size: 0.7rem;
    font-weight: normal;
}
.asset-filters p {
    color: black !important;
    margin: 10px 0 0 0;
    font-size: 12px;
}
.asset-filters hr {
    border: solid #565650;
    border-width: 1px 0 0;
    clear: both;
    margin: 1.25rem 0 1.1875rem;
    height: 0;
}
.asset-filters button, .asset-filters .button {
    width: 100%;
    font-size: 12px;
    padding: 5px 0;
    margin: 0 0 5px;
    border-radius: 0;
}
.asset-filters .button:last-child {
    margin: 0;
}
.selectlist-filter-container select {
    margin-bottom: 0.5rem;
}
.selectlist-filter-container > div:nth-of-type(3) select, .selectlist-filter-container > div:nth-of-type(4) select {
    margin-bottom: 0;
}
input[type="text"][readonly].filter-amount {
    display: inline-block;
    width: auto;
    height: auto;
    background: none;
    border-style: none;
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.1);
    padding: 0;
    margin: 0;
}
.price-slider-container, .mileage-slider-container {
    margin-bottom: 0;
}


    @media only screen and (max-width: 40em) {
        .asset-filters {
            padding: 10px;
        }
        .asset-filters label {
            font-size: 0.9rem;
            margin-top: 0.7rem;
            margin-bottom: 0.5rem;
        }
        .asset-filters p {
            margin: 0.2rem 0 1rem 0;
            font-size: 0.7rem;
        }
        .input-banner {
            flex-direction: column;
        }
        .input-group {
            max-width: 100%;
        }
        .input-group.filter-button {
            margin-top: 1rem;
        }
        
    }

/* Pagination */
ul.page-numbers {
    width: 100%;
    text-align: center;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    padding: 1rem 0;
}
ul.page-numbers li {
    display: inline-block;
    color: #222222;
    background-color: #f1f1f1;
    border: 1px solid #e4e4e4;
    font-weight: normal;
    margin: 0 1px;
    border-radius: 5px;
}
ul.page-numbers li:hover {
    background-color: #f7f7f7;
}
ul.page-numbers li a, ul.page-numbers li span {
    color: #484848;
    text-decoration: none;
    padding: 7px;
    font-size: 14px;
}
ul.page-numbers li span.current {
    color: #1a1a1a;
    font-weight: bold;
}
