h4 {
    text-decoration: underline;
}

.story-body {
    font-family: sans-serif;
}

.highlight {
    text-decoration: underline;
}

.separator {
    border-bottom: 1px dashed black;
}

.small-secret {
    text-align: right;
    font-size: 14px;
    color: gray;
}

.bw-table {
    text-align: left;
}

.bw-table th, td {
    border: 1px solid black;
    padding: 8px;
}

.bw-table thead {
    background-color: black;
    color: white;
}