/*****************************
        GENERAL STYLES
******************************/

.video-feed .feed-link {
  display: none;
}

.block-video-feed {
  clear: left;
}

/*****************************
          LIST VIEW
******************************/

.video-feed  .feed-item {
  margin-bottom: 1.5em;
}

.video-feed  .feed-item-title {
  margin-bottom: 5px;
  font-size: 1.1em;
}

.video-feed .feed-item-meta{
  margin-bottom: 0.5em;
}

.video-feed  span.feed-item-date {
  padding-right: 5px;
	border-right: 1px solid #999;
}

.video-feed  span.feed-item-time {
  padding-left: 5px;
  margin-bottom: 20px;
}

.video-feed  .feed-item-thumbnail {
  float: left;
  clear: left;
}

.video-feed .feed-item-thumbnail img {
  width: 200px;
  margin-right: 10px;
}

.video-feed  .feed-item-description {
  min-height: 150px;
}

.video-feed  .feed-item-summary {
  margin-left: 210px;
}