.news .article.start {
  margin-bottom: 0;
  padding-bottom: 0;
}

.news .article.start .header h3 {
  text-transform: uppercase;
}

.news .article.shorty {
  border: 1px solid #cccccc;
  margin-bottom: 3px;
  padding: 10px 15px;
  
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}


.news .article.shorty:after {
    content: ".";
    display: block;
    /* height: 0; */
    clear: both;
    visibility: hidden;
}

.news-single .article {
  padding-right: 10px;
}

.news-single .article .news-img-wrap {
  width: auto;
}