.voting .voting-entry .voteCount {
  position: relative;
  top: -2px;
}
.voting .voting-entry .voteCount:after {
  position: relative;
  top: 2px;
}
.voting .voting-entry.has-voted .voteCount:after {
  color: #1d508d;
}
.voting .voting-entry .text a {
  text-decoration: none;
  color: #0186cb;
  outline: 0;
  font-size: inherit;
}
.voting .voting-entry .text a:hover {
  text-decoration: underline;
  color: #0a4f9c;
  outline: 0;
}
@media (min-width: 721px) {
  .grid-1 > .cols-1 .voting > ul {
    margin: -7px;
  }
  .grid-1 > .cols-1 .voting > ul .voting-entry {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 7px;
  }
}
