/* Mirador module specific styles */

/* Set the font color for any button whose name starts with 'ocr-line mirador' */
/* i.e. the text displayed by the OCR helper plugin */
button[class^="ocr-line mirador"] {
    color: #282828;
}