﻿
.MinPrice {
    margin-bottom: 5px;
    width: 20%;
    border: none;
    color: white;
}

.MaxPrice {
    margin-top: 5px;
    width: 20%;
    border: none;
    color:white;
}

input.MinPrice, input.MaxPrice {
    outline: none;
}

#slider {
    width: 100%;
    margin: 0 auto;
}

span.amount {
    font-family: 'El Messiri', sans-serif;
    font-size: 1.0rem;
    font-weight: bold;
    color: #f6931f;
    line-height: 1.0;
}



