﻿h2 {
}

.concert {
	margin-bottom: 40px;
}
.concert div {
	padding-left: 4px;
}
.concert .date {
	background-color: #033162;
	color: #FFDB53;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 75%;
	letter-spacing: 1px;
	padding: 1px 4px 1px 4px;
	margin-bottom: 5px;
}
.concert .title {
	font-weight: bold;
}
.concert .place {
	font-style: italic;
}
.concert .address {}
.concert .entrance {
	text-align: center;
	margin-top: 5px;
	font-size: 85%;
}
