BODY, b, input, select {
    font: 500 16px/22px "Lato", Helvetica, sans-serif !important;
    color: #000000 !important;
}
body {
    background: #ffffff !important;
    margin: 0px !important;
}
TR, TD, TH {
    color: #000000 !important;
}

form[name=customer_information] tr:nth-child(even) {
    background: #F6F6F6 !important;
}
input[type="submit"]{
    background-color: #ffffff !important;
    color: #EE7023 !important;
    height: auto !important;
    line-height: 20px !important;
    margin: 0 !important;
    padding: 10px 18px !important;
    font: 600 12px "Lato", Helvetica, sans-serif !important;
    transition: all .3s ease-in-out;
    text-transform: uppercase;
    font-weight: bold;
    border: #EE7023 2px solid;
    border-radius: 100%;
}
input[type="submit"]:hover {
    background-color: #EE7023 !important;
    color: #ffffff !important;
}
a:link {
    color: #EE7023 !important;
    text-decoration: none !important;
}
a:visited {
    color: #EE7023 !important;
}
a:hover {
    color: #EE7023 !important;
    text-decoration: underline;
}
LAYER, P, DIV {
    background:transparent !important;
}