html,
body {
  font-family: "Droid sans", sans-serif;
  font-size: 10px;
}
#container_plot #current_song {
  overflow: hidden;
  padding-left: 20px;
}
#container_plot #current_song .plot {
  pointer-events: none;
}
#container_plot #current_song .vis {
  float: left;
  margin-right: 20px;
}
#container_plot #ui_patterns {
  clear: both;
  padding: 0;
  margin: 0;
}
#container_plot #ui_patterns li {
  cursor: pointer;
  display: inline-block;
  width: 70px;
  height: 2em;
  border: #eeeeee 1px solid;
  overflow: hidden;
}
#container_plot #ui_patterns li .color {
  width: 10px;
  height: 100%;
  float: left;
  margin-right: 3px;
}
#container_plot #ui_patterns li .sequence {
  width: 100%;
  font-size: .8em;
  line-height: 2.2em;
}
#container_plot #ui_patterns .add {
  text-align: center;
  line-height: 2em;
}
#container_plot .column {
  float: left;
}
#container_plot p.title {
  margin: 0;
  margin-bottom: 1em;
}
#container_plot svg.panel {
  background: #eeeeee;
}
#container_plot svg.panel .highlights rect {
  fill: yellow;
}
#container_plot .brush {
  /*
		.extent {
			
			fill: yellow;
			
		}
		*/

}
ul.switch {
  margin: 0;
  padding: 0;
}
ul.switch li {
  display: inline;
  list-style: none;
  padding-right: 1em;
}
ul.switch li.selected {
  font-weight: bold;
}
ul.switch li:not(.selected) {
  color: #eeeeee;
}
