.seminar-list {
}

.seminar-list td {
  vertical-align: top;
  text-align: left;
  border-top: 1px solid #ccc;
  padding: .5em 1.5em 1em 0;
}

.seminar-list td img {
  border: 0;
}

.seminar-list .sponsor {
  font-weight: bold;
  margin: 0 0 .5em 0;
}

.seminar-list .comment {
  font-weight: bold;
  margin: 0 0 .5em 0;
}

.seminar-list .title {
  display: block;
  clear: both;
  font-size: 1.2em;
  font-weight: bold;
  padding-bottom: .5em;
}

.seminar-list .date {
  white-space: nowrap;
  font-weight: bold;
  #margin-top: .5em;
}

.seminar-list .speaker {
  font-weight: bold;
}

#recent-events .title {
  display: block;
  font-weight: bold;
  margin-top: 1em;
}

/*** Styles added when changing the layout to include links to seminars, and dates ***/

.event {
  margin-bottom: 2em;
}

.event .date {
  display: block;
  text-transform: uppercase;
  font-size: .9em;
}

.event .title {
  font-size: 1.2em;
  line-height: 1.5em;
  display: block;
  margin-bottom: .25em;
}