<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.b-voter {
  overflow: visible;
  text-align: center;
}
@media all and (min-width: 600px) {
  .b-voter {
    width: 600px;
  }
}
.b-voter__element {
  display: inline-block;
  font-size: 15px;
  color: #333;
  font-weight: bold;
}
.lt-ie8 .b-voter__element {
  display: inline;
  zoom: 1;
}
.b-voter__element + .b-voter__element {
  margin-left: 10px;
}
.b-voter__element.voted .b-voter__icon {
  background-color: #999999;
  cursor: default;
}
.b-voter__element.selected .b-voter__icon {
  background-color: #333;
}
.b-voter__icon {
  display: inline-block;
  position: relative;
  width: 24px;
  height: 24px;
  margin-right: 5px;
  background-color: #333;
  background-image: url(voter.png);
  background-repeat: no-repeat;
  vertical-align: -6px;
  cursor: pointer;
}
.lt-ie8 .b-voter__icon {
  display: inline;
  zoom: 1;
}
.b-voter__element_like .b-voter__icon {
  background-position: 0 0;
}
.b-voter__element_dislike .b-voter__icon {
  background-position: 0 -24px;
}
</pre></body></html>