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;
}

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

th {
    padding-left: 1em;
    color: #888;
    font-family: sans-serif;
    font-size: smaller;
}

td {
    font-family: monospace;
    font-size: larger;
}

.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-top: 4px;
    padding-bottom: 8px;
    display: none;
    background-color: white;
    overflow: hidden;
}

