
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, textarea, input
{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-family: 'Open Sans', sans-serif;
    vertical-align: baseline;
    text-decoration: none;
}

body, html {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

* {margin:0; padding:0;}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section
{
    display: block;
}

html
{
    height: 100%;
    width: 100%;
}

body
{
    background: #f2efeb; /* Old browsers */
    font-size: 14px;
    color: #000000;
    height: 100%;
    width: 100%;
}

ol, ul {list-style: none;}

blockquote, q {quotes: none;}

blockquote:before, blockquote:after,
q:before, q:after
{
    content: '';
    content: none;
}

table
{
    border-collapse: collapse;
    border-spacing: 0;
}

input[type=submit]::-moz-focus-inner{padding:0; border:0}

sub{vertical-align:sub;}

img {border: 0 none;}

a
{
    font-size: 16px;
    cursor: pointer;
    outline: medium none;
    color: #c02026;
}

a:hover {color: #746254;}

form { display: inline; }

table { border-collapse: collapse; }

td
{
    padding: 0;
    vertical-align: top;
}

ul, li
{
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

h1 {font-size: 30px;}

h2 {font-size: 28px;}

h3 {font-size: 26px;}

h4 {font-size: 24px;}

h5 {font-size: 22px;}

h6 {font-size: 20px;}

.inlineBlock {display: inline-block;}
.displayBlock {display: block;}
.txtLeft {text-align: left;}
.txtCenter {text-align: center;}
.txtRight {text-align: right;}

.mb-10 {
    margin-bottom: 1rem;
}
.m-0 {
    margin: 0 !important;
}



