.toggle-button {
    font-weight: bold;
}

.ellipsis {
    color: grey;
}

.number {
    color: forestgreen;
}

.keyword {
    color: darkviolet;
}

.symbol {
    color: inherit;
}

.symbol:before {
    content: "'";
}

.string {
    color: dodgerblue;
}

.boolean {
    color: goldenrod;
}

.date {
    color: darkcyan;
}

.nil {
    color: silver;
}

.function {
    color: firebrick;
}

.regex {
    color: darkgreen;
}

.error {
    color: red;
}

.object .key:after {
    content: ":";
}

textarea {
    font-family: monospace;
    font-size: 13px;
}