:root {
    --base-font-size: 18px;
}

body {
    font-size: var(--base-font-size);
}


section.section .container {
    max-width: 800px;
}
.container:not(.is-max-tablet):not(.is-max-desktop):not(.is-max-widescreen) {
    max-width: 800px;
}

table {
    max-width: 98%;
}

td.name {
    padding-left: .5rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 27rem;
}

td.value {
    text-align: right;
}
table td.value:not([align]){
    text-align: right;
}

.content table td, .content table th {
    padding: 0.1rem 0.6rem;
}

p {
    color: #000
}

nav.navbar {
    background-color: #eef;
}
a.navbar-item:link, a.navbar-item:visited {
    color: #227;
}
a.navbar-item:hover, a.navbar-item:active {
    color: #11E;
}

.content h3 {
    font-size: 1.2rem;
    margin-top: 2rem;
    margin-bottom: 0.2rem;
}

.infobox {
    background: #ace;
    border: 1px solid #2A70B6;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    padding: 1rem;
    margin: 0 0 1rem 0;
}

.infobox h3 {
    margin: 0;
}

.infobox p:last-child {
    margin-bottom: 0;
}