<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * Widget's css for flags
*/
.transposh_flags {
    direction: ltr; /* we don't want the flags to change direction on rtl */
    line-height: 0;
}
.transposh_flags a  {
    /*    line-height:11px;*/
    display: inline;
    /*background: transparent;*/ /* ie8 quirk */
}

.transposh_flags a:hover {
    /* ie8 quirk */
    background:transparent
}

.transposh_flags a span, .transposh_flags a img {
    border:transparent;
    border-style:solid;
    border-width:1px 3px;
    box-shadow:0 0;
    border-radius:0;
    padding:0;
}

.transposh_flags a span:hover, .transposh_flags a img:hover {
    border-color:blue
}</pre></body></html>