.concert {
  padding: 10px;
  border: 1px dashed #003c6e;
  margin-bottom: 15px;
  float: left; /* To avoid spanning the whole width */
}
.concert table {
  width: 37em;
}
.where {
  text-align: right;
}
.headline {
  text-align: center;
  color: white;
  background: #884300 url(konzert-headline.gif) repeat-x;
  border-top: 5px solid white;
  border-bottom: 5px solid white;
  padding-bottom: 10px;
}
.composer, .medium {
  display: block;
  font-weight: bold;
  margin-top: 5px;
}
.opus, .huge {
  display: block;
  font-weight: bold;
  font-size: 150%;
  margin-top: 5px;
}

