.award_content {
    background-image: linear-gradient(90deg, #f5c632 0%, #fadd7f 15%, #fff3cb 23%, #c2902d 60%, #debe75 83%, #faecbd 100%);
  }
  .award_content .container {
    padding-bottom: 10px;
  }
  .award_content .message {
    font-weight: bold;
    color: #09132c;
    font-size: 17px;
    text-align: center;
  }
  .award_content h1 {
    display: none;
  }
  #pollResult,
  #pollHeader {
    text-align: center;
  }
  #pollResult img,
  #pollHeader img {
    height: auto;
    padding-top: 30px;
  }
  #pollResult img.l1,
  #pollHeader img.l1 {
    width: 428px;
    max-width: 90%;
  }
  #pollResult img.l2,
  #pollHeader img.l2 {
    width: 151px;
  }
  #pollHeader {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .howToVote {
    display: block;
    margin: 40px auto 10px;
    background: transparent url('/img/awards/81/how-to-vote.png?v=1607697971000') no-repeat center center / 100% auto;
    width: 111px;
    height: 56px;
    text-indent: -999em;
    overflow: hidden;
  }
  @media (min-width: 820px) {
    .howToVote {
      margin: 0;
      position: absolute;
      top: 25px;
      right: 20px;
    }
  }
  #poll {
    margin: 50px 0;
  }
  #rules {
    padding-bottom: 1em;
  }
  #rules h4 {
    color: #000;
    margin: 1em 0;
  }
  #rules p {
    font-size: 0.8rem;
    line-height: 1.8;
  }
  #poll_candidates {
    background: #09132c url('/img/awards/81/header-background-mobile.jpg?v=1610193603000') no-repeat center top / 100% auto;
  }
  @media (min-width: 768px) {
    #poll_candidates {
      background-image: url('/img/awards/81/header-background.jpg?v=1610193628000');
    }
  }
  @media (min-width: 576px) {
    #poll_candidates ul {
      display: grid;
      grid-auto-rows: max-content;
      grid-row-gap: 35px;
      grid-column-gap: 2%;
      grid-template-columns: 49% 49%;
    }
  }
  @media (min-width: 768px) {
    #poll_candidates ul {
      grid-column-gap: 1.5%;
      grid-template-columns: 32.33% 32.33% 32.33%;
    }
  }
  @media (min-width: 992px) {
    #poll_candidates ul {
      grid-column-gap: 5%;
      grid-template-columns: 20% 20% 20% 20%;
    }
  }
  #poll_candidates li {
    display: flex;
    flex-direction: column;
    list-style: none;
    position: relative;
    margin-bottom: 35px;
    padding-bottom: 10px;
    overflow: hidden;
    border-bottom: 2px solid #504d4e;
  }
  @media only screen and (min-width: 576px) {
    #poll_candidates li {
      margin-bottom: 0;
    }
  }
  #poll_candidates li .image {
    width: 60%;
    margin: 0 auto;
    display: block;
    position: relative;
    margin-bottom: 1em;
  }
  @media (min-width: 576px) {
    #poll_candidates li .image {
      width: 80%;
    }
  }
  #poll_candidates li img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 50%;
    border: 1px solid #edd78e;
    padding: 10px;
  }
  #poll_candidates li p {
    text-align: center;
    padding: 0;
    margin-top: 0;
  }
  #poll_candidates div.name {
    flex-grow: 2;
    display: flex;
    align-items: center;
    margin-bottom: 1em;
  }
  #poll_candidates p.name {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    width: 100%;
  }
  #poll_candidates .country {
    color: #edd78e;
  }
  #poll_candidates .sport {
    color: #fff;
  }
  #poll_candidates .votes {
    color: #c3902c;
    font-weight: bold;
    font-size: 15px;
  }
  #poll_candidates .voteFor {
    display: block;
    text-align: center;
    font-weight: bold;
    color: #09132c;
    width: 60%;
    margin: 0 auto;
    background-image: linear-gradient(90deg, #e9dfaa 0%, #c1a96b 53%, #c29d4f 79%, #c29132 100%);
    text-decoration: none;
    line-height: 36px;
    font-size: 24px;
  }
  @media (min-width: 576px) {
    #poll_candidates .voteFor {
      width: 80%;
    }
  }
  #poll_candidates .voteFor:hover {
    opacity: 0.7;
  }
  #poll_candidates .voteFor.disabled {
    opacity: 0.3;
  }
  #poll_candidates .play {
    display: block;
    width: 100%;
    height: 100%;
    background: transparent url('/img/awards/81/play-button_gold.png?v=1607697971000') no-repeat center center / 55px 55px;
    position: absolute;
    top: 0;
    left: 0;
  }
  #poll_candidates .image:hover .play {
    background-image: url('/img/awards/81/play-button_blue.png?v=1607697971000');
  }
  #poll_candidates .bio {
    display: block;
    background: transparent url('/img/awards/81/biography-icon.png?v=1607697971000') no-repeat center center / 100% auto;
    width: 57px;
    height: 37px;
    margin: 0 auto 1em auto;
    text-indent: -99em;
    overflow: hidden;
  }
  #poll_candidates .bio:hover {
    opacity: 0.7;
  }
  #poll_candidates .lost {
    opacity: 0.3;
  }
  .popup_content {
    padding: 25px;
    margin: 0;
    max-width: min(80vw, 500px);
    color: #09132c;
    background-image: linear-gradient(90deg, #f5c632 0%, #fadd7f 15%, #fff3cb 23%, #c2902d 60%, #debe75 83%, #faecbd 100%);
  }
  .popup_content p {
    font-size: 0.8rem;
    line-height: 180%;
  }
  .popup_content a.close {
    position: absolute;
    top: -22px;
    right: -27px;
    width: 26px;
    height: 26px;
    border: 3px solid #fff;
    border-radius: 100%;
    text-indent: -999em;
    background: transparent url('/css/ilightbox/dark-skin/x-mark-icon-64.png?v=1487870689385') no-repeat center center / 16px 16px;
  }
  .popup_content h3 {
    font-weight: normal !important;
  }
  .popup_content .name {
    font-size: 16px;
    font-weight: bold;
  }
  .popup_content h3,
  .popup_content .name {
    text-align: center;
  }
  #pollResult {
    background: #09132C url('/img/awards/81/header-background-mobile.jpg?v=1610193603000') no-repeat center top / 100% auto;
    color: #fff;
    overflow: hidden;
  }
  #pollResult p {
    color: #fff;
  }
  #pollResult h3 {
    margin-top: 1em;
  }
  #pollResult img.l1 {
    padding-top: 0;
    max-width: 100%;
  }
  #pollResult img.l2 {
    max-width: 117px;
  }
  .shares {
    margin-bottom: 0;
  }
  .shares a {
    text-indent: -99em;
    overflow: hidden;
    display: inline-block;
    width: 37px;
    height: 37px;
    background-size: 100% auto;
  }
  .shares a:hover {
    opacity: 0.3;
  }
  #sharePollTw {
    background-image: url('/img/awards/81/twitter.png?v=1607705410000');
  }
  #sharePollFb {
    background-image: url('/img/awards/81/facebook.png?v=1607705410000');
  }
  #rules-toggle {
    text-indent: 50px;
    line-height: 45px;
    margin: 20px 0;
    background: transparent url('/img/awards/81/voting-rules-icon.png?v=1607697971000') no-repeat left center / 42px auto;
    color: #000;
  }
  #rules-toggle:hover {
    opacity: 0.7;
    cursor: pointer;
  }
  #rules-toggle span::after {
    content: '\2304';
    position: relative;
    top: -4px;
    font-size: 20px;
    padding-left: 5px;
  }
  #rules-toggle.open span::after {
    content: '\2303';
    top: 6px;
  }
  #rules-container {
    padding-bottom: 10px;
  }
  .ilightbox-holder .ilightbox-wrapper {
    background-color: #fff;
  }
  .ilightbox-holder.dark {
    padding: 0 !important;
  }
  div.fb-like.fb_iframe_widget {
    z-index: 2;
  }
  div.fb-comments.fb_iframe_widget {
    z-index: 1;
  }
  .grecaptcha-badge {
    z-index: 1000;
  }
  .hidden_content {
    position: absolute;
    width: 100%;
    visibility: hidden;
  }
  