BODY, b, input, select {
    font: 500 16px/22px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    color: #555555 !important;
}
body {
    background: #ffffff;
    margin: 0px !important;
}
TR, TD, TH {
    color: #555555 !important;
}

form[name=customer_information] tr:nth-child(even) {
    background: #f8f8f8 !important;
}
input[type="submit"]{
    background-color: #72C02C !important;
    border: 2px solid #72C02C !important;
    color: #ffffff !important;
    height: 50px !important;
    line-height: 50px !important;
    margin: 0 !important;
    padding: 15px 23px !important;
    font: 500 14px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    transition: all .2s ease-in-out;
}
input[type="submit"]:hover {
    background-color: #5FB611 !important;
    border-color: #5FB611 !important;
    color: #ffffff !important;
}
a:link {
    color: #72C02C !important;
    text-decoration: none !important;
}
a:visited {
    color: #72C02C !important;
}
a:hover {
    color: #5FB611 !important;
}
LAYER, P, DIV {
    background:transparent !important;
}