html, body {
    /*font-family: Tahoma;*/
    font-family: "888-Regular", Tahoma, Geneva, sans-serif;
    color: #666666;
    font-size: 13px;
}

a, a:link, a:active, a:visited {
    color: #1E7DD8;
    text-decoration: underline;
    outline: none;
}

.tooltip a, .tooltip a:link, .tooltip a:active, .tooltip a:visited {
    color: #fff;
}

a:hover {
    color: #1E7DD8;
    text-decoration: underline;
}

.tooltip a:hover {
    color: #fff;
}

ul {
    margin: 0;
    padding: 13px 0 0 15px;
    list-style-type: none;
}

ol {
    margin: 0;
    padding: 13px 0 0 30px;
}

    ol li {
        margin: 5px 0 0;
    }

h1 {
    margin: 0;
    padding: 0 0 7px;
    font-family: Arial;
    font-weight: normal;
    line-height: normal;
    font-size: 17px;
}

.box .title h2 {
    margin: 0;
    padding: 0;
    font-family: "888-Regular", Tahoma, Geneva, sans-serif;
    /*color: White;*/
    font-weight: normal;
    line-height: 30px;
    font-size: 18px;
}

h3 {
    margin: 0;
    padding: 0 0 3px;
    font-family: Arial;
    font-weight: normal;
    line-height: normal;
    font-size: 14px;
}

#payment-details h3 {
    padding: 0;
    margin: 15px 0;
    font-family: "888-Regular", Tahoma, Geneva, sans-serif;
    font-weight: bold;
    font-size: 14px;
}

.gray_bold {
    font-size: 13px;
    font-weight: bold;
    color: gray;
    margin-top: 15px;
}

#payment-method-title, #us-payment-method-title {
    text-decoration: underline;
}

.warning_message_NJ_US {
    color: orangered !important;
    font-family: Verdana !important;
    /*justify-content: flex-start;*/
}

.title_note {
    float: left;
    padding-right: 5px;
    display: inline-block;
}

.text_note {
    float: left;
    display: block;
    width: 90%;
}
