#eventContainer {
  width: 750px;
}
.redHighlight {
  color: red;
  font-style: italic;
}

h1 {
  color:#083169;
}

.eventInfo {
  padding-bottom: 20px;
}

.eventLeft {
  float: left;
  width: 130px;
  font-size: 11px;
}

.eventSummary {
  font-size: 13px;
}
.eventRight {
  width: 590px;
  float: right;
  margin-right: 30px;
  font-size: 13px;
}

.eventTitle {
  color:#083169;
  font-size: 13px;
  font-weight: bold;
}