.rankya_schema_post_widget > ul {
	list-style: none !important;
}
.rankya_schema_post_widget > ul > li {
	position: relative;
}
.rankya_schema_post_widget > ul > li:before,
.rankya_schema_post_widget > ul > li:after {
	content: "";
	display: table;
}
.rankya_schema_post_widget > ul > li:after {
	clear: both;
}
.rankya_schema_post_widget > ul > li + li {
	margin-top: 10px;
}
.rankya_schema_post_widget .thumbnail-image {
	float: left;
	display: block;
/* REMOVE the width and height if you want your images to display at larger dimensions*/
width: 80px;
height: 80px;
}
.rankya_schema_post_widget .thumbnail-image img {
	max-width: 100%;
	height: auto;
	border:3px solid #fff;
}
.rankya_schema_post_widget .thumbnail-image + .title {
	margin-left: 88px;
}
.rankya_schema_post_widget .title {
	display: block;
}
.rankya_schema_post_widget .post-date {
	display: block;
}
.rankya_schema_post_widget .post-date.active-thumbnail-image {
	margin-left: 88px;
}
