.top20catImg{}
.top20catImg.marks{
	width: 130px;
	height: 107px;
	background-size: cover;
	margin-right: 10px;
}
.top20catImg.skarm{
	max-width: 600px;
}
/*
.top20catImg .img{
    background-image: url(/img/travel_guide/most_popular_labels_4.jpg);
    background-size: 450px auto;
    background-position: -97px -81px;
    width: 97px;
    height: 189px;
    padding: 0;
    margin: 0 15px 0 0;
}
*/
.top20catImg .img {
    width: 51px;
    height: 51px;
    padding: 0;
    margin: 0 15px 0 0;
}
.mustReadArticle{width: 575px; font-size: 14px; font-family: verdana;}
.mustReadArticle p strong{color: #A6A906;}
.mustReadArticle ul{padding-left: 22px;}
.mustReadArticle ul li{}
.mostReadTitle{}
.mustReadArticle .seeMore{margin-left: 20px;}
.suggestedCatImg{}
.suggestedCatImg img{
    padding: 0;
    margin: 0 15px 0 0;
    width: 51px;
}
.similarEditorial{
    background-color: #fbfbff; 
    font-size: 16px;
}
.similarEditorial ul,
.similarEditorial ol{
    list-style-type: disc;
}
.similarEditorial ul li,
.similarEditorial ol li {
    line-height: 16px;
    margin-bottom: 10px;
}
.similarEditorial ul li a,
.similarEditorial ol li a{
    font-weight: normal;
}
.similarEditorial ul li a:hover,
.similarEditorial ol li a:hover{
    cursor: pointer;
    text-decoration: underline;
}
.Simtitle {
    margin-bottom: 5px;
}
@media (max-width: 769px) {
    .top20catImg{}
	.top20catImg.marks{width: 100%;height: 110px;}
	.top20catImg.skarm{max-width: 100%;}
    .suggestedCatImg{}
    .mustReadArticle{width: 100%;}
	.similarEditorial {width: 46%; min-height: 262px; margin: 0 5px 10px;}
	/**/
	.similarEditorial:nth-child(odd){clear: both;float: left;}
	.similarEditorial:nth-child(even){}
	
	.top20CatArtWrapper{width: 100%;}
    .similarEditorial ul li, .similarEditorial ol li {}
    .similarEditorial ul li a, .similarEditorial ol li a{}
}