.item-listing td {
  padding: 10px;
  border-bottom: 1px solid #CCC;
  vertical-align: top;
}

.item-listing img {
  border: 0px;
}

.item-title {
  font-weight: bold;
  font-size: 1.2em;
  color: #000;
}

.item-intro {
  margin-top: .5em;
}

.batch-control {
  font-size: 1.2em;
}

.active {
  font-weight: bold;
}

.event-intro {
  display: none;
}

.event-image-container {
  width: 170px;
}

.event-image-container img {
  margin: 10px;
  width: 150px;
  height: 150px;
}

.event-details {
  display: none;
}

.new {
  color: red;
  font-weight: bold;
  font-size: 1.2em;  
}
.publication-date {
  font-size: 12px;
  font-style: italic;
}