#control {
  border: 0;
  border-radius: 50%;
  color: transparent;
  background-repeat: no-repeat;
  background-color: #333;
  background-image: url(/img/audio.png);
  background-size: 240px 120px;
  width: 120px;
  height: 120px;
  cursor: pointer;
  display: block;
}

.playing #control {
  background-position: -120px 0;
}

.waiting #control {
  color: white;
  background-image: none;
}

#wrapper {
  display: none;
  overflow-y: hidden;
  height: 120px;
  width: 120px;
  margin: 10px 0;
}

.station, #what {
  cursor: pointer;
  display: inline-block;
  border: none;
}

article {
	margin-bottom: 1.1rem;
}

.station h2 {
	margin:0;
}

.hide {
  display: none;
}

#what {
  margin-top: 40px;
}

.clickable {
  cursor: pointer;
}

h1 small,
h2 small {
  font-size: 55%;
  display: inline-block;
  padding-left: 0.4em;
  top: -1px;
  font-weight: normal;
}
