/*
 * This file is part of Ukeadoodle.
 * 
 * Ukeadoodle is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 *
 * Ukeadoodle is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 * 
 * You should have received a copy of the GNU General Public License
 * along with Ukeadoodle.  If not, see <http://www.gnu.org/licenses/>.
 */
.ukedown svg.chord_diagram {
  font-size: 0.42cm;
  height: 6em;
  width: 4em; }

svg.chord_diagram {
  font-family: verdana, sans-serif; }

svg.chord_diagram text.fret_no {
  alignment-baseline: middle;
  font-size: 0.7em;
  font-weight: bold; }

svg.chord_diagram text.muted_string,
svg.chord_diagram text.muted_fret {
  alignment-baseline: middle;
  font-size: 0.7em;
  text-anchor: middle; }

svg.chord_diagram text.muted_fret {
  font-size: 1em; }

svg.chord_diagram text.fretted {
  alignment-baseline: middle;
  color: white;
  font-size: xx-small;
  fill: white;
  text-anchor: middle; }

svg.chord_diagram text.chord_name {
  font-weight: bold;
  text-anchor: middle; }

svg.chord_diagram tspan.voicing {
  baseline-shift: super;
  font-size: 0.6em; }

svg.chord_diagram polyline.fretboard {
  fill: none;
  stroke: black;
  stroke-linejoin: round;
  stroke-width: 2; }

svg.chord_diagram line {
  stroke: black;
  stroke-width: 2; }

svg.chord_diagram line.nut {
  stroke-width: 4; }

svg.chord_diagram circle.fretted {
  fill: black;
  stroke: black;
  stroke-width: 2; }

svg.chord_diagram circle.open_string {
  fill: white;
  stroke: black;
  stroke-width: 1; }

svg.chord_diagram path.barre {
  fill: none;
  stroke: black;
  stroke-linecap: round;
  stroke-width: 1.2; }

/*# sourceMappingURL=ukedown.chords.scss.css.map */