.ex-pubs-icons .item {
	padding: 5px;
} 

.ex-pubs-icons .badge {
  float:left;
} 

.ex-pubs-icons .thumbnail > a > img.media-object {
	height: 100px;
}
.ex-pubs-icons .thumbnail h3 {
	height: 1em;
  font-size: large;
  margin: auto;
  text-align: center;
  
  /* .text-overflow(); */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ex-pubs-icons .caption {
}


.ex-pubs-icons .thumbnail.ex-preview-highlight {
	background-color: #d9edf7;
}