/*guitar-tuner*/

#guitar-tuner, #flash-guitar-tuner {
	float:left;
	position: relative;
	width: 98%;
	margin: 0 0.5%;
	max-width: 350px;
	height: 500px;
	background-image:url(guitar-tuner.png); 
	background-repeat:no-repeat; 
	background-position: center center;
	border: 1px solid #cccccc;
	margin: 0 auto;
}
#guitar-tuner-copyrights {
	position: absolute;
	left: 0px;
	bottom:0px;
	background-color: #ff6600;
	padding: 5px 0;
	text-align: center;
	width: 100%;
	max-width: 350px;
	color: #ffffff;
}
#guitar-tuner-copyrights a {
	color: #ffffff;
}
.guitar-tuner-note {
	position: absolute;
	width: 1.2em;
	/* height: 1.2em; */
	background-color: #eeeeee;
	border: 2px solid #cccccc;
	border-radius: 3px;
	line-height: 1.2em;
	text-align: center;
	font-weight: 400;
	font-size: 1.5em;
	cursor: pointer;
}
.guitar-tuner-note.hover {
	border-color: #ff6600;
}
.guitar-tuner-note.active {
	border-color: #ff6600;
	color: #ff6600;
}
#note-e {
	left: 3%;
	top: 310px;
}
#note-a {
	left: 3%;
	top: 243px;
}
#note-d {
	left: 3%;
	top: 175px;
}
#note-g {
	right: 3%;
	top: 175px;
}
#note-h {
	right: 3%;
	top: 243px;
}
#note-e2 {
	right: 3%;
	top: 310px;
}
#guitar-tuner-stop {
	right: 3%;
	top: 1em;
	width: 100px;
	line-height: 1.2em;
	text-align: center;
	font-weight: 400;
	font-size: 1.5em;
}

#tuner-description, #flash-tuner-description, #tuner-version {
	width: 98%;
	margin: 1%;
	max-width: 350px;
	float:left;
	text-align: center;
}
#tuner-description, #flash-tuner-description {
	font-size: 80%;
	text-align: left;
	color: #222;
}
#tuner-version a {
	display: inline-block;
	width: 48%;
	background-color: #ff6600;
	line-height: 1.5em;
	border-radius: 3px;
	color: #fff;
	text-align: center;
}
#tuner-version .selected {
	background-color: #3EC20A;
}