﻿
html,
body {
    height: 100%;
    width: 98%;
    font-size: 8px;
    background: #fff;
    color: #031b39;
    font-family: 'Segoe UI', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}


.hero {
    display: none;
}

.noprint {
    display: none;
}

footer {
    text-align: center;
}

main aside {
    display: none;
}
aside h1 a {
    display: block;
    width: 135px;
    height: 19px;
    background: url('../img/logo-1x.png') top center no-repeat;
    background-size: contain;
}

table {
    display: table;
    border-collapse: separate;
    border-color: grey;
}

img.flag {
    width: 1.4rem;
    height: 1.4rem;
    margin: .15rem .5rem -.15rem 0;
}

table img.flag {
    margin: 0;
    width: 1.2rem;
    height: 1.2rem;
    margin: -.2rem .5rem -.2rem 0;
    display: inline;
}

table {
    width: 100%;
    border-spacing: 0;
    font-size: 1rem;
    opacity: 1;
}

table.first {
    margin-bottom: 3rem;
}

th, td {
    text-align: left;
    font-weight: inherit;
    padding: .6rem 1rem .6rem 0;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}

th:last-child, td:last-child {
    padding-right: 0;
}

th {
    font-weight: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-bottom: 1px solid #d4dee4;
    padding-top: 0;
    color: #4ca097;
}

td {
    border-bottom: 1px solid #e4eaee;
}

th.last,
td.last {
    text-align: right;
}

tfoot td {
    font-weight: 600;
    border: none;
}

tfoot td:first-child {
    text-align: right;
}

.tfoot {
    text-align: right;
    padding: 1rem 0 0 0;
    font-weight: 600;
    margin-bottom: -1rem;
}

table a {
    color: inherit;
    border-bottom: 1px solid #d4dee4;
    text-decoration: none;
}

table ul,
table ol {
    margin: 1rem;
    font-size: 1rem;
}

table ul {
    list-style-type: disc;
}

table ol {
    list-style-type: decimal;
}

table li {
    line-height: 1.4;
}

table .icon {
    font-size: 1.1rem;
    margin: 0 .2rem 0 0;
}

table img {
    display: inline;
    margin: -.2rem .5rem -.2rem 0;
    width: 16px;
    height: 16px;
}
 

