#currentEvent {
    border: 1px #996600 solid;
    margin: 10px 0;
    padding: 0 10px;
    width: 460px;
    overflow: auto;
}

#currentEvent h1 {
    margin: 10px 0;
    padding: 0;
    text-align: center;
}

#currentEvent h2.eventLocation {
  float: left;
}

#currentEvent h2.eventSpeaker {
  float: right;
}

#otherEvents {
  width: 480px;
  height: 300px;
}

#otherEvents #upcomingEvents {
  padding: 5px;
  width: 220px;
  border: 1px #996600 solid;
  float: left;
  height: 100%;
  overflow: auto;
}

#otherEvents #previousEvents {
  padding: 5px;
  width: 220px;
  border: 1px #996600 solid;
  float: right;
  height: 100%;
  overflow: auto;
}

#otherEvents h1.subTitle {
  font-size: 18px !important;
  margin-bottom: 10px;
  text-align: center;
}

#otherEvents h1 {
  font-size: 10px !important;
  text-align: left;
}

#otherEvents div h2 {
  text-align: left;
}

div.eventBody {
  clear: both;
  margin: 0 0 15px 0;
  padding: 5px 0;
}