<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a.download {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
  display: inline-block;
  position: relative;
  color: #1E2643;
  font-size: 14px;
}
a.download:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 16px;
  height: 15px;
  background-image: url(../../images/icons/sprite.svg);
  background-size: 430px 630px;
  background-position: -107px -31px;
  background-repeat: no-repeat;
  margin: 0 5px 0px 0;
  vertical-align: bottom;
}</pre></body></html>