body {
    -webkit-font-smoothing: antialiased !important;
    text-rendering: optimizelegibility;

    -webkit-tap-highlight-color: transparent;
}

body p {
    margin: 1em 0;
}
h1 {
    font-size: 2.25rem;
}
h2 {
    font-size: 1.5rem;
}
h3 {
    font-size: 1.2rem;
}
h4 {
    margin-bottom: 0;
}
h1, h2, h3 {
    font-weight: 400;
}
h1+p, h2+p, h3+p, h4+p {
    margin-top: 0;
}
article a, article a:visited{
    color: #0091d2;
}
article {
    padding: 0 24px;
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 780px;
    font-size: 1rem;
}
@media screen and (max-device-width: 780px) {
    article {
        width: 100%;
    }
    .table-wrapper {
        overflow-x: auto;
    }
}
section {
    margin: 1em 0 3em 0;
    line-height: 1.5em;
}
table {
    border-spacing: 0;
}

table, th, td{
    border: 1px solid #e0e0e0;
}
th, td {
    padding: 8px;
}
td {
    vertical-align: top;
}
#tabBar {
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
}
#language-button {
    text-align: right;
}
#language-button a{
    color: #0091d2;
    padding: 4px 6px;
    text-decoration: none;
}

.active-tab, .inactive-tab {
    display: inline-block;
    margin: 8px 16px 8px 0;
    padding: 4px 0;
    border-bottom: 3px solid;
}
.active-tab a, .inactive-tab a{
    text-decoration: none;
    padding: 4px 0;
    color: #000 !important;
}

.active-tab {
    border-color: #0091d2;
}
.inactive-tab {
    border-color: transparent;
}