body{
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}

#iframe-articles{
	width:273px;
	height:183px;
	background-color:white;
}

article.iframe{
	display:block;
	margin-bottom: 13px;
}

article.iframe:after {
   content: " ";
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}

.entry-image{
	float: left;
	width: 68px;
	height: 50px;
	overflow: hidden;
	position: relative;	    
}

.entry-image img{
	width: 68px;
    height: auto;
    position: absolute;
    min-height: 50px;
}

.entry-title{
    margin: 0px 0 0 89px;
    padding-right: 23px;
    padding-top: 4px;
    font-size: 14px;    
}
.entry-title a{
	text-decoration:none;
	color:#656565;
}
.entry-title a:hover{
	color:#ff6f26;
	text-decoration:none;
}
