main
{
	background-color: lightgrey;
/*	padding-bottom: 0.25em; */
}

.tune
{
	border: 1px solid black;
	background-color: white;
	margin: 0.5em;
	border-radius: 10px;
	box-shadow: 5px 5px darkgrey;
}

.keysig
{
	color: grey;
}

#player-shell
{
	position: relative;
	display: inline-block;
}

#player-box
{
	position: absolute;
	z-index: 100;
}

#abcTranslist
{
	max-height: 12em;
	overflow-y: auto;
}

.abc-transpose-step
{
	cursor: pointer;
}

.abc-transpose-step:hover
{
	background-color: SkyBlue;
}
