<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@CHARSET "UTF-8";

.gc_accessibility {

}

.accessibility-group{
    display: inline-block;
    white-space: nowrap;
}

.accessibility-group &gt; .button,
.reader-button {
    display: inline-block;
    padding: 0 7px;
    margin-bottom: 0;
    line-height: 2em;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #cccccc;
}

.accessibility-group &gt; .button:hover,
.accessibility-group &gt; .button:focus,
.accessibility-group &gt; .button:active,
.reader-button:hover,
.reader-button:focus,
.reader-button:active {
    color: #000;
    background-color: #f1f1f1;
}

.accessibility-group &gt; .button:first-child {
}

.accessibility-group &gt; .button:last-child {
}

.accessibility-group &gt; .button.inactive {
    color: #7e7e7e;
    cursor: default;
    background-image: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
}

.accessibility-group &gt; .button + .button {
    margin-left: -1px;
}

/* Monochrome Values
.ym-wrapper .accessibility_monochrome_black_white {
	background:#ffffff !important;
	color:#000000 !important;
	filter:none !important;
}

body.accessibility_monochrome_black_white{
	background:#fff !important;	
}

.ym-wrapper .accessibility_monochrome_black_white .gc-menu .CURRENT a {
	background:#000 !important;	
	color:#fff !important;
}

.ym-wrapper .accessibility_monochrome_blue_yellow {
	background:#0000FF !important;
	color:#FFFF00 !important;
	filter:none !important;
}

.ym-wrapper .accessibility_monochrome_blue_yellow .gc-menu .CURRENT a {
	background:#FFFF00 !important;	
	color:#0000FF !important	
}

body.accessibility_monochrome_blue_yellow {
	background:#0000FF !important;
}

 */

</pre></body></html>