div.genres {
	font-size: 11px;
	line-height: 16px;
	text-align: right;
	margin-bottom: 48px;
}
div.genres a,
div.genres span.choice {
	padding-left: 12px;
}
h4 {
	margin: 40px 0 16px 0;
}
ul.works {
	list-style-type: square;
	list-style-position: inside;
	padding: 0;
	margin: 0 0 18px 12px;
}
p.quote {
	margin: 40px 0;
}

@media print {
	h4 {
		font-size: 12px;
		line-height: 16px;
		font-weight: bold;
	}
	div.genres span.choice {
		color: #0D203F;
	}
}

@media screen {
	h4 {
		font-size: 13px;
		line-height: 18px;
		font-weight: normal;
		color: #9A8D4D;
	}
	div.genres span.choice {
		color: #4B4628;
	}
	p.quote {
		color: #EEE;
	}
	body#concerti div.content {
		padding-bottom: 320px;
	}
}
