/* Maximum space for text block */
.md-grid {
    max-width: 90%; /* or 100%, if you want to stretch to full-width */
}

.note {
    color: #d66400;
}

code {
    user-select: all;
}

.dollar-bill {
    color: #85bb65;
}