/* Custom styles for reference pages */
.row {
    display: flex;
}
.col {
    flex: 1;
    padding: 1em;
    border: solid;
    color: white;
}
#branding {
    margin-left: 20px;
    margin-top: 20px;
}
h3 {
    color: black;
}
h4 {
    color: green;
}
button.toggle {
    background: none;
    border: none;
    padding: 0;
    color: black;
    cursor: pointer;
    font: inherit;
    outline: none;
}

.toggle-content {
    display: none;
}

.toggle-button {
    display: block;
}