/*
Default CSS Styles for the Related Posts Widget plugin
Version: 2.0
*/
.fidu-rel-post-widget * {
	margin: 0;
	padding: 0;
}
.fidu-rel-post-widget {
	font-size: 12px;	
	line-height: 18px;
}
.fidu-rel-post-widget p {
	margin-bottom: 0;
}
.fidu-rel-post-widget .post-title {
	font-size: 16px;	
	font-weight: bold;
}
.fidu-rel-post-widget .post-date {
	font-weight:bold;
}
.fidu-rel-post-widget img {
	max-width:none !important;
	transform:translateX(-25%);
}
.fidu-rel-post-widget .thumb_related{
	width:85px;
	float:left;
	overflow:hidden;
	margin-right:10px;
}
.fidu-rel-post-widget ul li {
	clear:both;
	list-style: none;
	list-style-type: none;
	margin: 3px 0;
	padding: 3px 0;
}
.fidu-rel-post-widget ul li:last-child {
	border-bottom: none;
}
.fidu-rel-post-widget .more-link {
	display: inline;
}
.fidu-rel-post-widget .post-entry {
   	overflow: hidden;
   	padding: 0 0 5px 0;
}
.fidu-rel-post-widget .comment-num {
}

.fidu-rel-post-widget hr {
	margin:5px 0 0;
}
