#loader {
  /*display: none;*/
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: rgba(50,50,50,1) url(../img/spinner.png) no-repeat center calc(50% - 50px);
  z-index: 10000;
}

#loader_content{
  margin-top: calc(50% - 40px);
  margin-left: calc(50% - 40px);
}

.guess_sheet{
    page-break-before: always;
}

.instructions{
    page-break-before: always; 
}

#playlist_url{
    word-break: break-all;
    font-size: small;
}

#playlist_id{
    width: 100% !important;
}

.qr_code{
  position: absolute;
  top: 0px;
  left: 0px;
}

@media screen {
    div.divFooter {
      display: none;
    }
  }

@media print {
  div.divFooter {
    position: fixed;
    bottom: 0;
    text-align: center;
    width: 100%;
  }

  h1{
      padding-top: 15px;
  }

  @page{
    size: landscape;
    margin-top: 12mm;
  }

  table{
    font-size: 0.56em;
    line-height: 1;
    z-index: 2;
    padding-bottom: 2em;
  }

  table { page-break-after:auto }
  tr    { page-break-inside:avoid; page-break-after:auto }
  td    { page-break-inside:avoid; page-break-after:auto }
  thead { display:table-header-group }
  tfoot { display:table-footer-group }

  #tracklist td{
    padding-top: .3rem !important;
    padding-bottom: .3rem !important;
  } 

  .qr_code{
    padding-left: 15px;
  }
  
}

.container{
  position:relative;
}

.quiz_id{
  text-align: right;
  margin-bottom: -5px;
}

.ipad-grey{
  position: absolute;
  bottom: 40px;
  z-index: 1;
  right: 15px;
  opacity: 0.2;
  mix-blend-mode: darken;
}

.img-thumbnail{
  max-height: 150px;
}

.img-guess{
  opacity: 0.2;
  position: absolute;
  margin-top: -190px;
  /* right: 200px; */
  width: 95%;
  mix-blend-mode: darken;
}

.avoid_wrap{
  display: block;
}

.logo_top{
  height: 40px;
}

#link_playlist_name{
  color: black;
  text-decoration: none;
}


/* .sup{
  vertical-align: top;
  font-size: 1rem;
  line-height: 2.5rem;
} */


.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #888;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}