.fv_debug_fs {
    color: #eee;
    border: 1px solid #eee;
    background: #333;
    font-family: 'ubuntu mono', 'anonymous pro', monaco, courier;
    font-size: 11px;
    line-height: 11px;
}
.fv_debug_fs legend {
    background: #666;
    border: 1px solid #eee;
    color: #fff;
    cursor:pointer;
    padding:6px;
}
.fv_debug {
    background: #333;
    color: #eee;
    font-family: 'ubuntu mono', 'anonymous pro', monaco, courier;
    font-size: 11px;
    line-height:11px;
}
.fv_alert_error {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #ebccd1;
    border-radius: 4px;

    color: #a94442;
    background-color: #f2dede;
}
.fv_alert_info, #estimate_request_loading_indicator {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #bce8f1;
    border-radius: 4px;

    color: #31708f;
    background-color: #d9edf7;
}

#estimate_request_loading_indicator {
    margin: 8px auto;
    display: none;
    text-align: center;
}

.delivery_options {
    display: none;
}

.shipping-calculator-form .delivery_options {
    display: block;
}

.form-freightview-select, .form-freightview-checkbox {
    margin-bottom: 6px!important;
}

.form-freightview-checkbox .freightview-checkbox {
    margin-right: 8px;
}
