body {
  font-family: sans-serif;
  margin: 0;
  padding: 0;
}

#playerhtml5 {
  width: 100%;
  height: 100%;
}

#timerControl {
  text-align: center;
  padding: 10px;
  background: #f2f2f2;
}

#timerDisplay, #nowPlaying {
  text-align: center;
  font-size: 18px;
  padding: 10px;
  background: #fafafa;
  border-bottom: 1px solid #ddd;
}

#playlist {
  width: 100%;
  height: 50px;
  overflow-y: auto;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: 0;
  padding: 0;
}

#playlist li {
  list-style: none;
  padding: 10px;
  cursor: pointer;
  border-bottom: 1px solid #eee;
}

#playlist li.active {
  background-color: #d0e8ff;
  font-weight: bold;
}
