@charset "utf-8";
/* CSS Document */

button.bigContrast { background:none; border:none; }

/*   HIGH CONTRAST   */
html.highContrast {}
html.highContrast * { background: #000 !important; color: #ffea00 !important; }
html.highContrast svg { fill:#fff !important;}
html.highContrast svg path { fill:#fff !important;}
html.highContrast a { /*text-decoration: underline !important;*/}

