body {
  background-color: black;

  -webkit-user-select: none;  /* Chrome all / Safari all */
  -moz-user-select: none;     /* Firefox all */
  -ms-user-select: none;      /* IE 10+ */
  user-select: none;
  color: white;
}

@keyframes colorchange {
  0%   { background: #d21e4e; }
  12.5% { background: #d21ecb; }
  25% { background: #751ed2;}
  37.5% { background: #1e3bd2; }
  50% { background: #1eb7d2; }
  62.5% { background: #1ed280; }
  75% { background: #d2bd1e; }
  87.5% { background: #d2731e; }
  100% { background: #d21e4e; }
}

#beatsquare {
  margin: 30px;
  transition-duration: 0.1s;
  animation: colorchange 15s infinite;
  border-radius: 100%;
  position: relative;
}

#beatsquare.beat {
  transform: scale(1.3);
}

#content {
  max-width: 100%;
  width: 700px;
}



#poster {
  width: 85%;
}


#score {
  text-align: right;
  color: white;
  font-size: 40px;
}

td.third {
  width: 33.33%;
}



#waveform {
  width: 100%;
  height: 128px;
  overflow: hidden;
  position: relative;
}

#mediabutton::before {
  color: white;
  font-size: 35px;
}

#mediabutton[action='play']::before {
  content: "\25BA";
}

#mediabutton[action='stop'] {
  width: 30px;
  height: 30px;
  background-color: white;
  margin: 4px;
}

table#cover {
  position: absolute;
  max-width: 100%;
  width: 700px;
  height: 128px;
  z-index: 2;
}

.striped {
  color: white;
  background: -webkit-repeating-linear-gradient(45deg,
    rgba(96, 109, 188, 0.45),
    rgba(96, 109, 188, 0.45) 10px,
    rgba(70, 82, 152, 0.46) 10px,
    rgba(70, 82, 152, 0.48) 20px);
  background: repeating-linear-gradient(45deg,
    rgba(96, 109, 188, 0.45),
    rgba(96, 109, 188, 0.45) 10px,
    rgba(70, 82, 152, 0.46) 10px,
    rgba(70, 82, 152, 0.48) 20px);
}

h1 {
  text-align: left;
  font-family: 'EB Garamond', serif;
  font-size: 25px;
}

#deltarel {
  width: 100%;
  height: 0px;
  position: relative;
}

#timedelta {
  position: absolute;
  text-align: right;
  padding-right: 5px;
  right: 0;
  color: gray;
}

#scoredelta {
  position: absolute;
  text-align: right;
  right: 0;
  top: -17px;
  font-size: 21px;
  color: #3481a9;
}

#highscores {
  width: 100%;
}

#highscores tr td {
  font-size: 25px;
  text-align: center;
}

#taplabel {
  text-align: center;
  color: rgba(255, 255, 255, 0.34);
  font-size: 40px;
  font-family: 'EB Garamond', serif;
  position: absolute;
  top: 30%;
  width: 100%;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.indent {
  padding-left: 20px;
}

#sheetmusic {
  height: calc(64px * 3);
  overflow: hidden;
}

#sheetmusic img {
  width: 100%;
}

#header {
  width: 100%;
}

#header tbody tr {
  width: 100%;
}

i[disabled], i[disabled]::before {
  display: none;
}

.popupback {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.73);
}

.popup {
  background-color: black;
  border: 1px solid white;
  border-radius: 10px;
  padding: 3%;
  font-size: 30px;
}

.noscroll {
  height: 100%;
  overflow: hidden;
}

#sanoface {
  max-width: 90%;
}

#initialinput {
  border-radius: 5px;
  width: 100px;
  font-size: 25px;
  box-shadow: none;
  outline: none;
  text-align: center;
  text-transform: uppercase;
  border-style: solid;
  background-color: black;
  color: white;
  vertical-align: center;
}

#initialinput:focus {
  box-shadow: none;
  outline: none;
  color: white;
}

submitbutton {
  width: 60px;
  height: 60px;
  border-radius: 100px;
}

i.gray, i.gray::before {
  color: gray;
}

#closebutton {
  position: relative;
  margin-bottom: 10px;
}

#closebutton::after {
  content: "CANCEL";
  position: absolute;
  top: 100%;
  left: 0;
  text-align: center;
  width: 100%;
  font-size: 12px;
  color: white;
  font-family: "Arial";
}

#submitbutton {
  position: relative;
  margin-bottom: 10px;
}

#submitbutton::after {
  content: "SUBMIT";
  position: absolute;
  top: 100%;
  left: 0;
  text-align: center;
  width: 100%;
  font-size: 12px;
  color: white;
  font-family: "Arial";
}

#submitbutton.gray::after {
  color: gray;
}

#sanosays {
  margin: 5px;
  font-family: 'EB Garamond', serif;
}

#preload-try-again { background: url('../img/sano-face/sano-try-again.jpeg') no-repeat -9999px -9999px; }
#preload-master { background: url('../img/sano-face/sano-master.jpeg') no-repeat -9999px -9999px; }

.songrow, .songrow h4 {
  font-family: 'EB Garamond', serif;
  font-size: 20px;
}

p {
  font-family: 'EB Garamond', serif;
  font-size: 18px;
}

#waveform .spinner {
  position: absolute;
  top: 54px;
}

.spinner {
  width: 70px;
  text-align: center;
  width: 100%;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #fff;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

td.star {
  width: 40px;
}

.starred td.star {
  position: relative;
}

.starred td.star:before {
   font-family: FontAwesome;
   content: "\f005";
   position: absolute;
   top: 2px;
   left: 0px;
}
