body {
font-family:helvetica, arial, sans-serif;
}

h1 {
font-size:28px;
line-height: 34px;
font-weight:bold;
margin-bottom:24px;
}
h2 {
font-size:22px;
line-height: 28px;
font-weight:bold;
margin-bottom:12px;
}

div.header {
width:100%;
text-align: center;
padding:24px 0;
}
div.keypanel{
float:left;
}
#guitarneck {
/* width: 90%;*/
margin-top:50px;
    height: 300px;
/*    margin-left:5%;
        margin-right:5%; */
        position:relative;
}
#keychangernew {
width: 100%;
    /* margin-left:5%;
        margin-right:5%; */
}
.harmonicchordpanel {display:none;}
.strings {
    position: absolute;
    width: 100%;
    /* margin-left: 0%; */
    /* margin-right: 5%; */
    /* z-index: 99; */
    height: 300px;
    background-color: #fff9e8;
}
.strings div {/* z-index:99; */}
.notelongname {text-transform:uppercase;font-size:36px;font-weight:bold;margin-right:12px;}

.chordname {}
.scalename {}
.harmchordname {}

.chordname, .scalename, .harmchordname {margin-right:12px;font-size:24px;}

.strings div {position:relative;
background: rgb(191,191,191);
background: -moz-linear-gradient(0deg, rgba(191,191,191,1) 0%, rgba(231,231,231,1) 36%, rgba(231,231,231,1) 70%, rgba(191,191,191,1) 100%);
background: -webkit-linear-gradient(0deg, rgba(191,191,191,1) 0%, rgba(231,231,231,1) 36%, rgba(231,231,231,1) 70%, rgba(191,191,191,1) 100%);
background: linear-gradient(0deg, rgba(191,191,191,1) 0%, rgba(231,231,231,1) 36%, rgba(231,231,231,1) 70%, rgba(191,191,191,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#bfbfbf",endColorstr="#bfbfbf",GradientType=1);}

.string1 {
top:24px;height:0.15rem;
}

.string2 {top: 70px;height:0.2rem;}
.string3 {top: 117px;height:0.25rem;}
.string4 {top: 163px;height:0.3rem;}
.string5 {top: 208px;height:0.35rem;}
.string6 {top: 252px;height:0.4rem;}

.posmarkers div {
	width:26px;
	height:26px;
	border-radius:26px;
	background-color:#00000017;
	position:absolute;
	top:137px;
}
/* 
.marker3rd {left: 29.1%;}
 */
.marker5th {left: 45.2%;}
.marker7th {left: 59.4%;}
.marker9th {left: 72.1%;}
.posmarkers div.marker12tha {left: 88.6%;top:87px;}
.posmarkers div.marker12thb {left: 88.6%;top:187px;}

.activeplayingnote {background-color:#aaa !important;}

#guitarneck a, #keychangernew a {
width:70px;
height:50px;
}
#guitarneck .fret0 a  {
width:80px;
height:50px;
}
.metrotext {
    float: left;
    margin-right: 23px;
}
.fret {
width: 70px;
float:left;
margin-right: 0px;
position:relative;
}
.fret a {
clear:both;
height:50px;
display:block;
z-index:9;
}
.fret a .marker {z-index:9999;}
.fret0 a {
height:30px;
}
.line {
    width: 10px;
    height: 300px;
    background: rgb(191,191,191);
    background: -moz-linear-gradient(90deg, rgba(191,191,191,1) 0%, rgba(231,231,231,1) 36%, rgba(231,231,231,1) 70%, rgba(191,191,191,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(191,191,191,1) 0%, rgba(231,231,231,1) 36%, rgba(231,231,231,1) 70%, rgba(191,191,191,1) 100%);
    background: linear-gradient(90deg, rgb(136, 136, 136) 0%, rgb(173, 173, 173) 36%, rgba(231,231,231,1) 70%, rgb(134, 134, 134) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#bfbfbf",endColorstr="#bfbfbf",GradientType=1);
    position: absolute;
    left: 40px;
}
.fret0 .line {
width:20px;
 background: -moz-linear-gradient(90deg, rgba(191,191,191,1) 0%, rgba(231,231,231,1) 36%, rgba(231,231,231,1) 70%, rgba(191,191,191,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(191,191,191,1) 0%, rgba(231,231,231,1) 36%, rgba(231,231,231,1) 70%, rgba(191,191,191,1) 100%);
    background: linear-gradient(90deg, rgb(14, 14, 14) 0%, rgb(70, 70, 70) 36%, rgba(231,231,231,1) 70%, rgb(33, 33, 33) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#bfbfbf",endColorstr="#bfbfbf",GradientType=1);
    
}
.tunerbox button, button {    
text-align:center;
	background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
    font-size: 16px;
    font-family: sans-serif;
    font-weight: normal;
    color: #444;
    line-height: 1.3;
    padding: .6em 1.4em .5em .8em;
        border: 1px solid #aaa;
    box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
    border-radius: .5em;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    
    } 
.select-css{
    display: block;
    font-size: 16px;
    font-family: sans-serif;
    font-weight: normal;
    color: #444;
    line-height: 1.3;
    padding: .6em 1.4em .5em .8em;
    width: 100%;
    max-width: 100%; 
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #aaa;
    box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
    border-radius: .5em;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
      linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
}
.select-css::-ms-expand {
    display: none;
}
.select-css:hover {
    border-color: #888;
}
.select-css:focus {
    border-color: #aaa;
    box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
    box-shadow: 0 0 0 3px -moz-mac-focusring;
    color: #222; 
    outline: none;
}
.select-css option {
    font-weight:normal;
}


.marker{
     height:50px;
     width:25px;
     border-radius: 0 50px 50px 0px;
     -moz-border-radius: 0 50px 50px 0px;
     -webkit-border-radius: 0 50px 50px 0px;
/* 
     background:green;
 */
     float:right;

}
.noteswitches {
    margin-left: 12px;
    margin-top: -10px;
}
.noteswitches {
/* 
clear:both;
 */
}
.noteswitches .note {
margin-right:0px;
float:left;
}
.noteswitches .note .marker {
float:left;
margin-left:5px;
}
.dot {
    height: 35px;
    width: 35px;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    background: #dddddd;
    border: 3px solid #aaaaaa;
    float: left;
    margin-top: 7px;
    z-index:999999;
}

.noteswitches .dot {
     height:35px;
     width:35px;
     border-radius: 35px;
     -moz-border-radius: 35px;
     -webkit-border-radius: 35px;
     background:#fff;
     border: 3px solid #ddd;
     float:left;
     margin-top:6px;
}

.notee .marker, .e1 .marker,.e2 .marker,.e3 .marker,.e4 .marker {
background-color:#ed2024;
}

.notef .marker, .f1 .marker,.f2 .marker,.f3 .marker,.f4 .marker {
background-color:#f89a1c;
}

.notefsh .marker, .fsh1 .marker,.fsh2 .marker,.fsh3 .marker,.fsh4 .marker {

background: #ffffff url("../pics/notes.png") no-repeat -50px top;
}
	

.noteg .marker, .g1 .marker,.g2 .marker,.g3 .marker,.g4 .marker {
background-color:#f6eb14;

}
.notegsh .marker, .gsh1 .marker,.gsh2 .marker,.gsh3 .marker,.gsh4 .marker {
background: #ffffff url("../pics/notes.png") no-repeat -100px top;

}

.notea .marker, .a1 .marker,.a2 .marker,.a3 .marker,.a4 .marker {
background-color:#09aa4b;

}

.noteash .marker, .ash1 .marker,.ash2 .marker,.ash3 .marker,.ash4 .marker {
background: #ffffff url("../pics/notes.png") no-repeat -150px top;

}

.noteb .marker, .b1 .marker,.b2 .marker,.b3 .marker,.b4 .marker {
background-color:#4370b7;

}

.notec .marker, .c1 .marker,.c2 .marker,.c3 .marker,.c4 .marker {
background-color:#552b83;

}

.notecsh .marker, .csh1 .marker,.csh2 .marker,.csh3 .marker,.csh4 .marker {
background: #ffffff url("../pics/notes.png") no-repeat -225px top;

}

.noted .marker, .d1 .marker,.d2 .marker,.d3 .marker,.d4 .marker {
background-color:#bb3794;

}

.notedsh .marker, .dsh1 .marker,.dsh2 .marker,.dsh3 .marker,.dsh4 .marker {
background: #ffffff url("../pics/notes.png") no-repeat -275px top;

}

.notename {
font-family: helvetica, arial, sans-serif;
font-weight: bold;
font-size: 20px;
line-height:50px;
color:#ffffff;
margin-left:3px;
}
.notename.sharpnote {
font-size: 14px;
line-height:25px;
margin-left:0px;
}
.symsharp:after {
content: '\266F';
margin-left: -1px;
}
.symflat:after {
content: '\266D';
margin-left: -4px;
}

.dot.noteon {
        font-family: helvetica, arial, sans-serif;
font-weight: bold;
font-size: 20px;
line-height:30px;
color:#000000;
background-color: #666;
    }
    
.keychangernote .dot {
background-color: #dedede;
    border: 3px solid #aaaaaa;
    }
    .dot.noteon:after {
    content: "X";
    margin-left:9px;
    color:#fff;
    }
     .dot.noteonroot, .dot.noteonrootkey {
        font-family: helvetica, arial, sans-serif;
font-weight: bold;
font-size: 20px;
line-height:30px;
color:#fff;
background-color: #000;
    }
    .dot.noteonroot:after {
    content: "R";
    margin-left:8px;
    color:#fff;
    }
    
    .fret0 {width:10.7%;}
	.fret1 {width:9.9%;}
    .fret2 {width:9.4%;}	
    .fret3 {width:8.9%;}
	.fret4 {width:8.4%;}
    .fret5 {width:7.9%;}	    
    .fret6 {width:7.5%;}
	.fret7 {width:7%;}
    .fret8 {width:6.7%;}	
    .fret9 {width:6.3%;}	    
    .fret10 {width:5.9%;}
	.fret11 {width:5.6%;}
    .fret12 {width:5.3%;}    


/* 
    .fret0 {width:6%;}
	.fret1 {width:6%;}
    .fret2 {width:6%;}	
    .fret3 {width:6%;}
	.fret4 {width:6%;}
    .fret5 {width:6%;}	    
    .fret6 {width:6%;}
	.fret7 {width:6%;}
    .fret8 {width:6%;}	
    .fret9 {width:6%;}	    
    .fret10 {width:6%;}
	.fret11 {width:6%;}
    .fret12 {width:6%;}   
 */    
    .fret a div {
    z-index: 999;
}


    .fretnumber {
    text-align: left;
    font-weight: bold;
    font-size: 30px;
    line-height: 30px;
    width: 100%;
    display: block;
    position: absolute;
    margin-top: -50px;
    margin-left: 35px;
    } 
        button {
	background-color:#ccc;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:12px;
	border:1px solid #aaa;
	cursor:pointer;
	color:#000;
	font-size:15px;
	padding:4px 9px;
	text-decoration:none;
	float:left;
	margin:0px 6px 6px 0px;
}
    button.active {
	background:#44c767;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:12px;
	border:1px solid #aaa;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:15px;
	padding:4px 9px;
	text-decoration:none;
}
.tunerbox button:hover, button:hover{background:#44c767;color:#ffffff;}

/* 
div.panel, div.keypanel {
display:block;
width: 12%;
float:left;
border-left:1px solid #666;
padding:12px;
}
div.panels {
width:90%;
margin-left:5%;
margin-right:5%;
clear:both;
}

.rgtools {
width:90%;
margin-left:5%;
margin-right:5%;
clear:both;
margin-bottom: 24px;
height:70px;
}
.rgtools div.metronomebox,
.rgtools div.tunerbox {
    width: 50%;
    float: left;
    text-align: center;
}
 */


#bpm {
width: 100%;
    float: none;
    margin-right: 12px;
    margin-bottom: 18px; }
    
.metrout {
    float: right;
}