.firecheckout-section .block-title,
.firecheckout-section .firecheckout-section .block-title,
.firecheckout-section .block-subtitle,
.firecheckout-set .block-content,
#customerbalance_placer,
#reward_placer,
.checkout-onepage-payment-additional-amstcred-customerbalance,
.firecheckout-set .discount-block.form-list,
.firecheckout-set #checkout-review-submit,
.firecheckout-set #checkout-payment-method-load,
.firecheckout-set .checkout-agreements,
.firecheckout-set #checkout-review #checkout-additional .block-content,
.firecheckout-set #checkout-review .firecheckout-items-after,
#addresses-review {
    padding: 15px;
}

.firecheckout-section {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    margin-bottom: 15px;
}
.firecheckout-section .firecheckout-section {
    border: none;
    margin-bottom: 10px;
}
.firecheckout-section .block-title {
    border: none;
    font-size: 19px;
    line-height: 22px;
    margin: 0;
    color: #444;
    position: relative;
}
.firecheckout-section .firecheckout-section .block-title,
.firecheckout-section .block-subtitle {
    border: none;
    border-radius: 0;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    color: #333;
}
.firecheckout-set #shipping-method-reset,
.firecheckout-set #payment-method-reset {
    text-transform: lowercase;
    font-weight: normal;
    font-size: 11px;
    line-height: 14px;
    text-shadow: 1px 1px 1px #fff;
    color: #999;
    cursor: pointer;
    background: #f1f3f4;
    border-radius: 2px;
    border: 1px solid #ccc;
    padding: 0 3px;
    position: absolute;
    top: 50%;
    right: 15px;
    margin: -8px 0 0;
}
.firecheckout-set #shipping-method-reset:hover,
.firecheckout-set #payment-method-reset:hover { color: #777; }
.firecheckout-set .block-content {
    margin: 0;
    padding-top: 0;
    padding-bottom: 10px;
}

@media (max-width: 800px) {
    .firecheckout-section { margin-bottom: 10px; }
}
