/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
text {
  text-anchor: middle;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: normal;
  font-family: Arial;
}
.chord_title {
  clear: both;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
}
.main-chord .chord_title {
  font-size: 2.5em;
}
.chord svg {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.main-chord {
  display: block;
}
.chord-list {
  padding-top: 20px;
}
.chord-list .chord {
  float: left;
  width: 25%;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #fff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.chord-list .chord:hover {
  background: #fafafa;
  border-color: #ddd;
}
#change-chord {
  list-style: none;
  margin: 0;
  padding: 10px 0;
  border: 1px solid #ddd;
  width: 100%;
  background: #fafafa;
}
#change-chord li {
  display: inline-block;
  width: 14%;
  padding: 0 0 0 10px;
}
#change-chord li button {
  width: 100%;
  margin: 0;
  padding: 15px 0;
}
svg {
  pointer-events: none;
  margin-bottom: 10px;
}
.nofloat {
  float: none;
}
