body {
	font-family: sans-serif;
}

.line {
	display: flex;
}

.key, .text {
	height: 20px;
	line-height: 22px;
	margin: 1px 0px;
	background-color: #EEE;
	border-bottom: 2px solid #CCC;
}

.text {
	width: 100%;
	padding: 0 4px;
	color: black;
	font-size: 12px;
	flex-grow: 10;
}

.key {
	width: 20px;
	min-width: 20px;
	font-size: 8px;
	font-weight: bold;
	text-align: center;
	color: white;
}

.key.c		{ background-color: hsl( 30, 80%, 40% ); }
.key.cis,
.key.des	{ background-color: hsl( 60, 80%, 40% ); border-bottom: 2px solid black; }
.key.d		{ background-color: hsl( 90, 80%, 40% ); }
.key.dis,
.key.es		{ background-color: hsl( 120, 80%, 40% ); border-bottom: 2px solid black; }
.key.e		{ background-color: hsl( 150, 80%, 40% ); }
.key.f		{ background-color: hsl( 180, 80%, 40% ); }
.key.fis,
.key.ges	{ background-color: hsl( 210, 80%, 40% ); border-bottom: 2px solid black; }
.key.g		{ background-color: hsl( 240, 80%, 40% ); }
.key.gis,
.key.as		{ background-color: hsl( 270, 80%, 40% ); border-bottom: 2px solid black; }
.key.a		{ background-color: hsl( 300, 80%, 40% ); }
.key.ais,
.key.b		{ background-color: hsl( 330, 80%, 40% ); border-bottom: 2px solid black; }
.key.h		{ background-color: hsl( 0, 80%, 40% ); }

.verse		{
	display: flex;
	margin-right: 4px;
}

.block		{
	margin-bottom: 4px;
}

.chorus .text {
	font-weight: bold;
	background-color: #DDD;
}

.block.info {
	margin-bottom: 20px;
}

.block.info .songtitle {
	font-size: 22px;
	font-weight: bold;
}

.block.info .interpret {
	font-size: 18px;
	text-style: italic;
}

