.search-result-header {
    background-color: #efefef;
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 70px;
}

.search-result-header h1 {
    margin-top: 10px;
    font-size: 2em;
}

@media only screen and (max-width: 600px) {
    .center-small {
        text-align: center;
    }
    .small-opt-btn {
        width: 100%;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .search-result-header h1 {
        margin-top: 10px;
        font-size: 1.6em;
    }
}

.rw-export-price s {
    display: inline-block;
    margin-right: 15px;
    opacity: 0.5;
}

.rw-export-price u {
    display: inline-block;
    margin-right: 15px;
    text-decoration: none;
    color: #c51a1b;
}

.rw-export-price b {
    font-weight: normal;
}

.rw-back-link {
    cursor: pointer;
    color: #c51a1b;
}

.form-control input {
    background-color: #ffffff !important;
}

form[name='detailedSearch'] input[type='text'], form[name='detailedSearch'] select {
    background-color: #ffffff;
}

.content-top-btn {
    background-color: #c51a1b;
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 0;
    right: 0;
    z-index: 999;
}

.break-price {
    white-space: normal !important;
    overflow: hidden;
    text-overflow: none;
    word-break: break-word !important;
    padding-right: 0px;
    padding-left: 20px;
}



.less-space .form-control {
    margin-top: 0px !important;
}