#events {
  margin: 100px 0px 0px 50px;
  width: 840px;
  overflow: hidden;
}

#events .navigation,
#upcoming,
#past {
  margin-left: 70px;
}

#events li.event {

}

#events li.event table {
  border-collapse: collapse;
  width: 100%;
}

#events li.event table tr {
  height: 40px;
}

#events li.event td.icon {
  width: 50px;
  padding-right: 20px;
  text-align: center;
}

#events li.event td.date,
#events li.event td.location,
#events li.event td.who {
  border-bottom: 1px dashed white;
}

#events li.event td.date {
  font-weight: bold;
  width: 80px;
}

#events li.event td.location {
 text-align: left; 
 width: 520px;
}

#events li.event td.who {
  text-align: left;
}

#events fieldset {
  border-color: white;
}