/*!
 * jQuery Chord Transposer plugin v1.0
 * http://codegavin.com/projects/transposer
 *
 * Copyright 2010, Jesse Gavin
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://codegavin.com/license
 *
 * Date: Sat Jun 26 21:27:00 2010 -0600
 */
 
/* @font-face{
  font-family:pudenarialnot;
  font-style:normal;
  font-display:swap;
  src:url(../webfonts/pudenarialnot.woff2) format("woff2"),
  url(../webfonts/pudenarialnot.woff) format("woff");
  font-weight:400
}
@font-face{
  font-family:pudentypewriter;
  font-style:normal;
  font-display:swap;
  src:url(../webfonts/pudentypewriter.woff2) format("woff2"),
  url(../webfonts/pudentypewriter.woff) format("woff");
  font-weight:400
} */
	@font-face{
	  font-family:pudenarialnot;
	  font-style:normal;
	  font-display:swap;
	  src:url(https://chordmusic.info/wp-content/themes/boldwp/assets/webfonts/pudenarialnot.woff2) format("woff2"),
	  url(https://chordmusic.info/wp-content/themes/boldwp/assets/webfonts/pudenarialnot.woff) format("woff");
	  font-weight:400
	}
	@font-face{
	  font-family:pudentypewriter;
	  font-style:normal;
	  font-display:swap;
	  src:url(https://chordmusic.info/wp-content/themes/boldwp/assets/webfonts/pudentypewriter.woff2) format("woff2"),
	  url(https://chordmusic.info/wp-content/themes/boldwp/assets/webfonts/pudentypewriter.woff) format("woff");
	  font-weight:400
	}
    #transposer_chord {
    font-family: pudenarialnot,pudentypewriter;
    font: normal 15px pudenarialnot;    
  }

span.c { 
  font-weight: bold; 
  color: #2159D6;
}

.transpose-keys {
	margin: 10px 0;
	overflow: auto;
	font-family:pudenarialnot;
	font: normal 11px sans-serif;
}
.transpose-keys a { 
	display: block;
	float: left;
	width: 2.25em;
	text-align: center;
	margin: 0 .25em .25em 0;
	color: #333;
	background: #eee;
	text-decoration: none;
	padding: .4em 0;
	border: solid 1px transparent;
	outline: none;
}
.transpose-keys a.selected { 
  background: #2159D6; 
  color: #FFF;
}