<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * @file
 * Visual styles for Conference+'s language switcher.
 */
.block-language ul {
  padding-left: 0;
  list-style: none;
}
.block-language ul li {
  padding: 5px 0 5px 20px;
  position: relative;
}
.block-language ul li:before {
  font-family: "fontello";
  content: "\e804";
  position: absolute;
  left: 0;
  top: 10px;
  font-size: 14px
}
</pre></body></html>