

/* ---------------------------------------------- */
/* 1.0 - General Styles */
/* ---------------------------------------------- */
/* latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    src: url(https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }

/* latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }

/* latin */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v40/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWuU6F.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
body {
    font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 400;
    line-height: 1.7em;
}

h2 {
    font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 26px;
    margin: 0px;
    padding-bottom: 10px;
    line-height: 1.2em;
    display: block;
}

h2.topMargin {
    margin-top: 20px;
}

input[type="button"], input[type="submit"], input[type="reset"], button {
    font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
    border-style: outset !important;
}

input[type="text"] {
    font-size: 14px;
    font-weight: 400;
    text-indent: 0px;
    color: rgb(78, 78, 78);
    border: 1px solid rgb(187, 187, 187);
    padding: 10px 12px;
}

em {
    font-style: italic;
    color: red;
    padding: 0px;
    margin: 0px;
    font-size: 12px;
}

tr td {
    border-top: 1px solid #eee;
    padding: 6px 24px;
}

td span {
    font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
    font-style: 12px;
    color: rgb(67, 67, 67);
    line-height: 1.7em;
}
tr td.calcButtonRow {
    padding: 18px 24px;
    border: 1px solid #eee;
}

@media screen and (max-width: 480px) {
    h2 {
        font-size: 20px !important;
    }
}