pre.indicator {
    text-align: left;
    font-weight: normal;
    font-size: 1.25rem;
    background-color: #e1e1e1;
    padding: 1rem;
    white-space: pre-wrap;
    line-height: 1.25;
    margin-bottom: 1rem;
    box-shadow: inset 0 0 4px #000000;
    border-radius: 5px;
}

.row .title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 0;
}

.section .row {
    margin-bottom: 1.5rem;
}