.dfPriceRange {

    padding: 10px;

}

.dfPriceRange .dfPrice {

    margin-top: 10px;
    font-weight: bold;
    line-height: 34px;
    text-align: center;
}

.dfPriceRange .dfPrice.modified {
    text-align: left;
}

.dfPriceRange .dfPrice .dfGo {
    float: right;
    display: none;
}

.dfPriceRange .modified .dfGo {
    display: block !important;
}