h1,h2
{
  text-align: center;
}

.performance_item
{
  border: double 3px #000000;
  padding: 5px 10px 5px 10px;
  margin-top: 20px;
}

.performance_item p
{
  margin: 0;
}

.performance_item p.gig
{
  font-family: sans-serif;
  font-size: 14pt;
  font-weight: bold;
  text-align: center;
  letter-spacing: 4px;
  border-bottom: solid 1px #999999;
  padding-bottom: 5px;
  margin-bottom: 0px;
}

.performance_item p.date
{
  font-weight: normal;
  font-size: 12pt;
  text-align: center;
  margin-bottom: 10px;
  padding: 3px;
  border-bottom: solid 1px #CCCCCC;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}

.performance_item p.venue
{
  font-weight: bold;
  font-size: 13pt;
  margin: 2px;
  letter-spacing: 2px;
}

.performance_item p.location
{
  font-style: italic;
  font-size: 10pt;
  float: right;
}

.performance_item p.info
{
  margin: 5px 10px 0px 20px;
  font-style: italic;
}