@layer components {
/* Language selector flags */

i.flag {
  width: 16px;
  height: 10px;
  display: block;
  float: left;
  margin-top: 4px;
  margin-right: 6px;
}

i.en {
  background: url("/images/flags.png") no-repeat -337px -259px;
}

i.ru {
  background: url("/images/flags.png") no-repeat -449px -146px;
}

i.uk {
  background: url("/images/flags.png") no-repeat -561px -231px;
}

a.selected1 i:after {
  content: "\2713"; /* checkmark */
}

a.flag-button i {
  margin-left: 8px;
}
}
