

.view-container {
  position: fixed;
  top: 32px;
  left: 10px;
  z-index: 50;
  width: 460px;
  border: solid 3px rgb(42,42,42);
  border-radius: 10px;
  background: hsla(0,0%,0%,.7);
}

.view {
  padding: 10px;
  font: normal 14px/15px 'helvetica', 'menlo', sans-serif;
  color: hsl(0, 100%, 100%);
  border-width: 0;
  /*box-shadow: 2px 2px 2px 2px rgba(0,0,0,.3);*/
}

.view .buttons {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0 10px 10px 0;
}

.view select {
  font: normal 12px sans-serif;
}

.view .strings li {
  padding: 0;
  line-height: 23px;
  vertical-align: middle;
  list-style-type: none;
  text-align: left;
  height: 23px;
}

.view .strings li a {
  text-decoration: none;
  color: hsl(0, 0%, 0%);
  font-weight: bold;
}

.view .strings li span.note-name {
  display: inline-block;
  width: 28px;
  height: 23px;
  line-height: 23px;
  text-align: center;
  vertical-align: middle;
}

.view .strings li input[type=range] {
  display: inline-block;
  height: 25px;
  width: 360px;
  line-height: 25px;
  vertical-align: middle;
}

.view .strings li button.adjust {
  text-align: center;
  display: inline-block;
  width: 12px;
  background: inherit;
  border: none;
  color: hsl(0, 0%, 40%);
  padding: 0;
  vertical-align: middle;
  line-height: 17px;
  opacity: 0;
}

.view .strings li button.adjust:focus {
  outline: none;
  opacity: 1;
}

.view legend {
  color: hsl(300,20%,70%);
  padding: 10px 0 0 0;
}

.view input::-webkit-slider-runnable-track {
  background:rgb(42,42,42);
}

.view input::-webkit-slider-thumb {
  background: green;
}

.tuning-view .row-template {
  display: none; 
}

.tuning-view .presets-panel {
  position: absolute;
  top: 70%;
}
.tuning-view .presets-panel fieldset {
  border: none;
  padding: 0;
}

#tuning-presets a {
  margin-left: 5px;
  display: inline-block;
  font-size: 11px;
  color: #eee;
  text-decoration: underline;
  padding: 2px;
}

#tuning-presets a.active {
  background: hsl(222, 60%, 46%);
  text-decoration: none;
}


