body
{
	overflow-y: scroll;
}

.Cleaner
{
	clear: both;
	height: 0;
}

.Result
{
	padding: 30px;
}

.showMore
{
	display: block;
	margin: 0 auto;
	width: 95px;
}

.Footer
{
	position: fixed;
	width: 100%;
	bottom: 0;
	background: white;
	height: 70px;
}

.Footer .InnerFooter
{
	margin: 20px;
	text-align: right;
}

.Footer .InnerFooter .Left
{
	float: left;
}

.CentralForm
{
	margin: 0 auto;
	width: 300px;
}

.CentralForm h1
{
	margin-top: 50px;
	margin-bottom: 30px;
	width: 300px;
	text-align: center;
}

.CentralForm input.text
{
	width: 300px;
}

.CentralForm button
{
	width: 310px;
}

.CentralForm .btn-group
{
	width: 310px;
}

.CentralForm .btn-group button
{
	width: 130px;
}

.CentralForm .btn-group button.btn-primary
{
	width: 180px;
}

.moreSettings
{
	display: block;
	float: right;
	position: relative;
	top: -7px;
}

#moreTable td
{
	text-align: center;
}

.AudioDescription
{
	position: relative;
	top: 15px;
	display: block;
	float: left;
	width: 50px;
}








.Notes
{
	background: url('img/bg.png') left 18px repeat;
	float: left;
	padding-left: 10px;
	position: relative;
	line-height: 75px;
	text-align: left;
}

.Notes .Note
{
	position: relative;
	margin-left: 3px;
	margin-right: 3px;
}

.Notes .Note.End
{
	top: -1px;
	margin-right: 0;
}

.Notes .Note.note
{
	top: 4px;
}

.Notes .Note.pause
{
	top: -2px;
}

.Notes .Note.c4
{
	margin-top: 19px;
}

.Notes .Note.d4
{
	margin-top: 10px;
}

.Notes .Note.e4
{
	margin-top: 0px;
}

.Notes .Note.f4
{
	margin-top: -10px;
}

.Notes .Note.g4
{
	margin-top: -20px;
}

.Notes .Note.a4
{
	margin-top: -30px;
}

.Notes .Note.h4
{
	margin-top: 17px;
}

.Notes .Note.c5
{
	margin-top: 7px;
}

.Notes .Note.d5
{
	margin-top: 0px;
}

.Notes .Note.e5
{
	margin-top: -10px;
}

.Notes .Note.f5
{
	margin-top: -21px;
}

.Notes .Note.g5
{
	margin-top: -31px;
}

.Notes .Note.a5
{
	margin-top: -40px;
}



.Notes .Note.add
{
	padding-top: 34px;
}

.Notes .Note.add.h4,
.Notes .Note.add.c5,
.Notes .Note.add.d5,
.Notes .Note.add.e5,
.Notes .Note.add.f5,
.Notes .Note.add.g5,
.Notes .Note.add.a5
{
	padding-top: 0;
	top: -10px;
}

td.NotesFinal
{
	background: white !important;
}
