/* Parts of the concert announcement */

div.concert {
	margin-top: 1ex;
}

span.date {
	font-weight: bold;
	margin-right: 0.5em;
	margin-top: 1ex;
}

span.date:after {
	content: ': ';
}

span.city {
	font-weight: bold;
}

span.place {
	font-weight: normal;
}

span.address {
	font-weight: normal;
}

span.address:before {
	font-weight: normal;
	content: 'Адрес: ';
}

span.start:before {
	font-weight: normal;
	content: 'Начало: ';
}

span.topic {
	font-weight: normal;
}

