body {
  background-color: black;
  color: white;
  font: normal normal normal medium arial, sans-serif;
}
a {
  color: #8888FF;
}
:-moz-any-link:focus {
  outline: none;
}
h1 {
  text-align: center;
  padding: 0px;
  margin: 6px;
  font: normal normal bold x-large arial, sans-serif;
}
h2 {
  text-align: center;
  padding: 0px;
  margin: 6px;
  font: normal normal bold medium arial, sans-serif;
  position: relative;
  top: 0;
  left: 0;
}
#explanation, #updates {
  border: 3px dashed gray;
  background: #222222;
  width: 40em;
  padding: 17px;
  font: normal normal bold large arial, sans-serif;
  top: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1em;
  margin-bottom: 1em;
  z-index: 100;
}
#cryforhelp {
  border: 0px;
  font: 70% bold large arial, sans-serif;
}
.trackitem {
  background-color: #222222;
  cursor: pointer;
  font: normal normal bold large arial, sans-serif;
  text-align: left;
  padding: 4px 20px 4px 20px;
}
.tracklink {
  padding: 4px 0px 4px 6px;
}
tr.hovering .trackitem {
  background-color: #66BB66;
}
tr.nothovering a {
  color: #000000;
}
tr.hovering a {
  color: #8888FF;
}
.alert {
  color: #FFFFBB;
}
.playing, .playing:hover {
  background-color: #BBBBEE;
}
div#playbackSlider {
  padding-top: 60px;
}
.attributionfooter {
  text-align: center;
}
div.samplecontainer {
  margin-top: 35px;
  width: 36em;
}
div.sampleinfo {
  position: relative;
  top: 0px;
  left: 0px;
  margin-top: 5px;
  padding: 5px;
  border: 1px solid #252525;
}
div.artistname {
  text-align: left;
}
div.trackname {
  text-align: left;
  font-weight: bold;
}
div.buytrack {
  position: absolute;
  bottom: 4px;
  right: 5px;
}
img.playbackbutton {
  border-style: none;
  vertical-align: middle;
}

