h2 {
  margin-top: 2em;
}

.seminar-list {
}

.seminar-list .float-group {
  position: relative;
  border-top: 1px solid #ccc;
  padding: .5em 0 1em 0;
}

.seminar-list .date-time {
  width: 13em;
  float: left;
  text-align: center;
  border: 3px solid #8e6f3e;
    color: #2b404f;
    display: block;
    font-weight: bold;
}

.seminar-list .details {
  padding-left: 12em;
}

.seminar-list .thumb {
  float: right;
  text-align: right;
  width: 90px;
}

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

.date-time {
  font-size: .80em;
}

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

.seminar-list .title {
  font-size: 1.2em;
  font-weight: bold;
}

.seminar-list .date {
  margin-top: .5em;
}

.seminar-list .speaker {
  margin-top: .5em;
}

.seminar-list .location,
.seminar-list .intro {
  margin-bottom: 1em;
}

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

.edit-event-link {
  font-weight: normal;
  font-size: .9em;
  white-space: nowrap;
}

div.edit-event-link {
  padding:0;
  margin: 0 0 1em 0;
}