.adminbox  { position:relative; }
div.adminlink { position:absolute; top:0; right:0; width: auto;  }
main > section > div.adminlink { position:fixed; top:0; right:0; width: auto;  }
main > section > div.adminlink a > span > svg { width: 50px; height: 50px; }

div.adminlink > a,
div.adminlink > a:hover,
div.adminlink > a:focus {
    color: #e28327 !important;
}
div.adminlink > a > span {
    background: rgba(255, 255, 255,1) none repeat scroll 0% 0%;
}
.uk-light * div.adminlink > a > span {
    background: #e28327;
}

/* Podigee-Player */
.podcast-player .controls .play-button {
  border-color: #A4171A !important;
  color: #A4171A !important;
}

cite {
   display: inline-block;
   color: #b51d28;

}
cite::before {
  content: url(/assets/images/icons/cite.svg);
  width: 45px;
  height: 45px;
  float: left;
  padding-right: 15px;
  margin-top: -3px;
}