.loading
{
    width: 32px;
    height: 32px;
    background: url('/Images/loading.gif') no-repeat;
}

a.disabled {
   pointer-events: none;
   cursor: default;
   color: rgb(109, 109, 109);
}
hr {
    border: none;
    height: 2px;    
    color: #32c4d1; /* old IE */
    background-color: #32c4d1;
}
#landing-search-box {
    width: 388px;
}
@media (max-width: 480px) {
    #landing-search-box {
        width: 288px;
    }
}
.indicative_price
{
    background-image: url('/Images/info.png');
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 20px;
}
.recent_date
{
    font-weight: bold;
}
.listing-result {
    margin: 0 0 10px 5px;
}
.history-total {
    font-family: "Roboto Condensed", sans-serif;
    color: #5c6873;    
    margin-right: 20px;
}