body { 
    padding: 2em 0 0 0;
    background-color: #eee;
    color: black;
}

header {
    position: fixed;
    padding: 4px 0 4px 1em;
    top: 0;
    width: 100%;
    background-color: #334152;
    color: white;
    font-family: sans-serif;
}

code {
    font-size: larger;
}

button > a {
    text-decoration:none;
    color:#059c8c;
    font-weight:600;
    white-space:nowrap;
}

.line {
    font-family: monospace;
    font-style: italic;
    font-size: smaller;
}

.accordion {
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-family: monospace;
    font-size: larger;
    white-space: pre-wrap;
}

.accordion:hover {
    background-color: #ccc; 
}

.panel {
    padding: 4px 10em 16px 1em;
    display: none;
    background-color: white;
    overflow: hidden;
}

.help {
    color: blue;
    font-family: sans-serif;
    font-style: italic;
}

