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