body {
    margin: 10px auto;
    padding: 10px;
    max-width: 800px;
    background: lightcyan;
}

#noscript {
    font-weight: 900;
    border: 3px solid black;
    background: lightcoral;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    color: black;
    font-size: 1.2em;
    text-align: center;
}

.panel {
    font-size: 1.2em;
    padding: 10px;
}

.panelTitle {
    font-size: 2em;
    text-align: center;
    font-weight: 800;
    margin-bottom: 10px;
}

#preamble {
    display: block;
    font-size: 2em;
}

#search {
    display: none;
}

#pinned {
    display: none;
}

#constitution {
    display: none;
}

#tabs {
    margin-bottom: 5px;
    border-bottom: 2px black solid;
    display: inline;
}

#tabs span {
    margin: 0 5px 0 5px;
    font-weight: 600;
}

.section {
    padding: 0 0 0 1em;
    margin: 0;
}

.row {
    display: flex;
}

.num {
    flex: 0 0 1.5em;
    text-align: center;
    display: flex;
    align-items: center;
}

.text {
    font-size: .8em;
    text-align: justify;
}