#price-switcher {
    display: inline-block;
    width: 180px;
    float: left;
}

.recommended-price {
    display: none;
}

@media (max-width: 768px) {
    #price-switcher {
        width: 100%;
        float: none;
    }
    .panel.header {
        background: white;
    }
}
