/*!
 * 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
 */
span.c { 
  font-weight: bold; 
  color: #00ff00;
}
span.d {
 font-family:'Ubuntu Mono';
 color:#E4EAF0;
 font-size: 13px;
 font-weight:normal;
}
pre {
    font-family:'Ubuntu Mono';
    font-weight: bold; 
    font-size: 13px;
    color:#E4EAF0;
}
select{
color: black;
padding: 6px 10px;
border: none;
    border-right-width: medium;
    border-right-style: none;
    border-right-color: currentcolor;
border-right: 1px solid #b3b3b3;
font-family: inherit;
font-size: 13px;
line-height: inherit;
text-transform: none;
width: 250px;
text-align: center;
padding-top: 8px;
padding-bottom: 4px;
border: solid #42454e 3px;

}
.transpose-keys {
	margin: 0;
	overflow: auto;
	
}
.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: #black
}