.the_day {
  margin-bottom: 1em;
  padding-bottom: 1em;
}
.dayHeader {
  font-weight: bold;
  padding-bottom: 1em;
  margin-bottom: 1em;
  text-align: center;
}
.dayHeader,
.dayHeader a {
  color: #aaa;
  font-size: 110%;
}
.dayHeader * {
  margin: 0;
  padding: 0;
  line-height: 0;
  display: inline;
}
.dayHeader h1 {
  margin-bottom: .5em;
}
.dayHeader h1 span a {
  margin: 1em;
  font-size: 70%;
}
.dayHeader img {
  margin: 0;
  padding: 0;
  line-height: 0;
}
.dayHeader .left img {
  float: left;
}
.dayHeader .right img {
  float: right;
}
.eventcontainer {
  border-bottom: 1pt solid #aaa;
}
.event {
border: 1pt solid #aaa;
border-bottom: 0;
padding: 2pt;
}
.event a,
.event {
  line-height: 150%;
  color: #000080;
}
