.news-summary .row {
 display: block;
 width: 100%;
 margin-bottom: 25px;
 font-family: inherit;
}

.news-summary .row .image {
 width: 30%;
 float: left;
 overflow: hidden;
}

.news-summary .row .image img {
 width: 100%;
}

.news-summary .content {
 display: block;
 float: left; 
 width: 70%; 
}

.news-summary .content .inner-news-content {
 padding-left: 20px;
}

.news-summary .content a.title {
 font-family: inherit;
 color: #000000;
 font-size: 17px;
 text-decoration: none;
}

.news-summary .content a.title:hover {
 color: #000000;
 text-decoration: underline;
}

.news-summary .content .date {
 color: #757575;
 font-size: 14px;
 padding: 3px 0px 5px;
}

.news-summary .content .summary {
 padding-bottom: 10px;
}

.news-summary .content a.read-more {
 background: #000000;
 color: #FFFFFF;
 font-size: 12px;
 padding: 5px 10px;
 text-decoration: none;
}

.news-summary .content a.read-more:hover {
 background: #757575;
 color: #FFFFFF;
 text-decoration: none;
}

.clear {
 clear: both;
}

.news-summary .clear span{
 display: none;
}
