/*obos edits*/
p.frBrod {
    background: #f3f3f3;
    margin: 1em 0;
    padding: 1em;
    border-radius: 3px;
    font-size: 1.1em;
}

ol.product-items.widget-product-grid span.price-wrapper {
    display: none;
}

.product-info-main .price-box.price-final_price {
    display: none;
}

.checkout-success a.action.primary.continue {
    display: none;
}

.payment-method-billing-address .billing-address-same-as-shipping-block.field.choice {
    display: none;
}

.product-item-actions{
    display: block !important;
}

.page-title-wrapper {
    text-align: center;
}

.block-customer-login {
    margin: 0 auto !important;
    float: none !important;
}

@media all and (min-width: 768px), print {
    .block-customer-login {
        width: 450px !important;
    }
}

.login-container .fieldset > .field > .control {
    width: 100% !important;
}