<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* This file contains css included for webgwt and syos */

/*hides an element except to screen readers*/
.screenReaderOnly {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    color:white;
    white-space: nowrap;
}
.screenReaderOnly a{
    color:white;
}
</pre></body></html>