/* ====================================================== */
/* =======================  RESET  ====================== */
/* ====================================================== */
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, hr, input,
    select, textarea {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    /* font-size: inherit; */
    vertical-align: baseline;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

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

select {
    padding: 2px;
    min-width: 70px;
    font-size: 1rem;
}

select option {
    padding: 4px;
}

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

table td {
    padding: 2px 0;
}
*, *::before, *::after {
    box-sizing: border-box;
}

/* ====================================================== */
/* ========================  BASE  ====================== */
/* ====================================================== */
html, body {
    height: 100%;
    font-family: tahoma, arial, helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
}

body {
    height: 100%;
    overflow: hidden;
    background-color: #fff;
}

div#app {
  position: relative;
  margin:auto;
  height: 100%;
}

div#app-body {
    height: 80%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: left;
}
div#app-main {
    display: flex;
    flex-direction: column;
    padding:30px;
}

a {
    color: #339;
}
h1 {
    font-size:1.2rem;
    font-weight: bold;
    margin:15px 0px;
}
h2 {
    font-size:1.2rem;
    font-weight: bold;
    margin:15px 0px;
    border-bottom: 1px solid #ccc;
}
h3 {
    font-size:1.1rem;
    font-weight: bold;
    margin:10px 0px 5px 0;
}
h4 {
    font-size:1rem;
    font-weight: bold;
    margin:8px 0px;
}
ul {
    margin-top:5px;
}
li {
    padding:3px 0 3px 0;
    margin:0 0 0 10px;
}

.section {
    margin-top:20px;
}




table.logo td{
    border-top: 1px solid #0c2471;
    border-bottom: 1px solid #0c2471;
    vertical-align: middle;
    text-align:center;
    color:#0c2471;
    font-weight:bold;
    padding:10px;

}


