.vote-wrapper {
  max-width: 120px;
  min-width: 80px;
  text-align: center;
}
.vote-wrapper .score {
  margin-bottom: 3px;
  background-color: #f5f5f5;
}
.vote-wrapper .score .value {
  font-size: 27px;
  font-weight: bold;
  width: auto;
  display: block;
  line-height: 33px;
  padding-top: 2px;
}
.vote-wrapper .score .label {
  font-size: 14px;
  margin: 0;
  display: block;
  line-height: 14px;
  padding-bottom: 8px;
}
.vote-wrapper .action {
  border: 1px solid #eeeeee;
  margin-bottom: 3px;
}
.vote-wrapper .action .vote-up,
.vote-wrapper .action .vote-reset {
  width: 19px;
  height: 22px;
  display: block;
  text-align: center;
  margin: 5px auto;
  padding: 10px;
  background-image: url(../images/icon-vote-up.png);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.3;
}
.vote-wrapper .action .vote-reset:hover {
  background-image: url(../images/icon-vote-reset.png);
}
.vote-wrapper .action a {
  height: 27px;
  display: block;
}
.vote-wrapper .action a .vote-up {
  opacity: 0.7;
}
.vote-wrapper .action a .vote-reset {
  opacity: 0.7;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.vote-wrapper .action a .vote-up:hover {
  opacity: 1;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.vote-wrapper .action a .vote-reset:hover {
  opacity: 1;
}
#login-vote {
  font-size: 90%;
  color: grey;
  white-space: nowrap;
  margin-top: 12px;
}

/* Homepage */
#block-views-sessions-block-most-voted .view-header {
  text-align: center;
}
#block-views-sessions-block-most-voted .view-content {
  display: -webkit-box;
  display: flex;
  margin-left: -1rem;
  margin-right: -1rem;
  flex-wrap: wrap;
}
#block-views-sessions-block-most-voted .view-content .views-row:nth-last-child(-n+2) .listing__item {
  border-bottom: none;
}
#block-views-sessions-block-most-voted .view-content .views-row {
  display: flex;
}

/* Session page */
.page-programme-sessions .vote-wrapper {
  float: left;
  padding-right: 10px;
}
.page-programme-sessions .ecl-heading--h1 {
  margin-top: 0;
  padding-bottom: 15px;
  width: 100%;
  font-size: 1.8rem;
}
