/*
	Shared CSS for styling all collection content
*/
/*
| - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|  BLOG LINK WIDGET
| - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/
.custom_blogLinkWidget{
	margin: 0 auto;
    max-width: 205px;
    padding-left: 25px;
    position: relative;
    top: 1px;
}
.custom_blogLinkWidget img{
	width: 100%;
}