/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.woocommerce-progress-form-wrapper {
    text-align: center;
    max-width: 700px;
    margin: 40px auto;
    background: #fff;
    overflow: hidden;
    padding: 15;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .13);
    color: #555;
    text-align: left;
}