#drag-chords {
clear: both;
}

ul#chord-slots, ul#chord-pile {
  text-align: center;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  width: 500px;
  height: 75px;
  padding: 0;
  margin: 0 auto;
  list-style-type: none;
}

ul#chord-slots {
height: 45px;
background: #FAFAFA;
border: 3px double #E1D6B7;
overflow: hidden;
padding: 3px 0 0 0;
}
 
#chord-slots li, #chord-pile li{
  float: left;
  width: 2.3em;
  height: 2em;
  border: 2px solid #333;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin: 0 0 3px 3px;
  background: #fff;
  padding: 0;
  background: #666;
  color: #fff;
  font-size: 1em;
  text-shadow: 0 0 3px #000;
}
 
#chord-slots li {
  /*background: #630C0D;*/
}
 
li.ui-draggable-dragging {
  box-shadow: 0 0 .5em rgba(0, 0, 0, .8);
  -moz-box-shadow: 0 0 .5em rgba(0, 0, 0, .8);
  -webkit-box-shadow: 0 0 .5em rgba(0, 0, 0, .8);
}

#capo-results {
list-style-type: none;
margin: 5px 0 0 10px;
}

#capo-results li {
margin: 0 0 10px 0;
}

#capo-results .chord {
margin: 0 10px;
}


