button {
  border: none;
  color: white;
  background: rgba(255, 255, 255, 0.2);
  padding: 0.5em;
}

input {
  width: 250px;
  color: white;
  border: none;
  background: rgba(255, 255, 255, 0.2);
  padding: 0.5em;
}

input:focus, button:focus {
  outline: none;
}

a {
  color: white;
}

#loading {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
}

#hud {
  width: 325px;
  font-family: Helvetica;
  font-weight: 300;
  font-size: 13px;
  transition: opacity 0.5s linear;
}

.nowPlaying {
  position: fixed;
  left: 10px;
  bottom: 0px;
  color: white;
}

.blurb {
  position: relative;
  background: rgba(0, 0, 0, 0);
  color: white;
}

.hide {
  opacity: 0;
}

.show {
  opacity: 1;
}

