/*!
 * Add custom css for this site here:
 */

.example-text {
    font-family: 'Courier New', Courier, monospace;
}

.example-text-highlight {
    background-color: #f5f5f5;
}

.hiddenMessage {
    display: inline-block;
    height: .01em;
    width: .01em;
    overflow: hidden;
    position: absolute;
}

.text-correct {
    color: #186329;
}