#playlistHeader {
  background-color: #9999ff;
  padding: 2px;
  border-bottom-style: solid;
  border-bottom-width: 2px;
}

#playlist {
  opacity: 0.5;
  filter: alpha(opacity=0.5);
  border-style: solid;
  width: 250px;
  height: 150px;
  overflow: auto;
  position: absolute;
  top: 300px;
  right: 20px;
  background-color: #999999;
  display: block;
  background-color: #ffff00;
  cursor: move;
}

#patternChoice {
  width: 200px;
  float: left;
}

#patternChoiceDirections {
  font-size: small;
  font-style: italic;
}

#patternNames {
  width: 100%;
}

#content {
  background-color: #cccccc;
  margin: 0px 5px 0px 220px;
  padding: 10px;
}

#next {
  margin: 5px 0px 0px 0px;
  padding: 5px;
  font-size: 120%;
}

#showPlaylistDiv {
  background-color: white;
  text-align: right;
  font-style: italic;
}

.summary {
  font-weight: bold;
  display: block;
  background-color: #dddddd;
  margin-bottom: 1em;
  padding: 5px;
}
