.newsletter-box {
    position: relative;
    display: block;
    margin-bottom: 20px;
    padding: 20px;
    background-color: #FFF;
    box-shadow: 0 2px 2px rgba(0,0,0,.3);
}
.newsletter-thumbnail, .newsletter-info, .newsletter-access{
	float:left;
}
.newsletter-thumbnail{
	width:15%;
	text-align:center;
}
.newsletter-info{
	width:60%;
}
.newsletter-access{
	width:25%;
	text-align:center;
}
.newsletter-thumbnail img{
	max-width:96%;
	height:auto;
}
.newsletter-title{
	font-size:120%;
	padding-left:12px;
}	
.newsletter-summary{
	padding:8px 0px 8px 12px;
}

.newsletter-view:link, .newsletter-view:visited{
	display:inline-block;
	padding:16px 12px;
	background-color:#1378F4;
	color:#fff;
	border-radius:8px;
	font-size:120%;
}
.newsletter-download{
	display:inline-block;
}