.filter-button{
  width:300px;
}

.filter-button-selected{
  width:300px;
  background-color:#8e6f3e;
  color:white!important;
}

.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;
  font-style: italic;
  
}

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

.type-select-btns {
  text-align: center;
}

.type-select-btns span {
  display: inline-block;
  margin: .1rem .1rem .1rem 0;
}

.active {
  font-weight: bold;
}

.event-list-title {
  font-weight: bold;
  font-size: 1.2rem;
}

.event-list-type {
  font-weight: bold;
}

.event-list-intro {
  margin: .5rem 0 .5rem 0;
}

.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;
}