/* Enter Your Custom CSS Here */

.mg_quote {
    background-color: #ed2505 !important;
    height: 165px !important;
    padding: 10px !important;
    width: 100% !important;
}

.custom-quote-form .wpcf7-text {
    width: 100% !important;
}

.custom-quote-form .wpcf7-select {
    width: 105% !important;
}

.custom-quote-form .wpcf7-submit {
    background: #01128e none repeat scroll 0 0 !important;
    border: 0 none !important;
    color: #ffffff !important;
    padding: 3px 10px !important;
}

.custom-quote-form table {
     table-layout: fixed;
}

.custom-quote-form td {
     width: 100%;
}

