
.mr-show-icon {
	padding-left: 15px;
	margin: 0 0 0 20px;
	clear: both;
	position: relative;
	font-size: 80%;
    color: #757575;
}
@media screen and (max-width: 330px){
.mr-show-icon {
    margin: 0 0 0 10px;
    font-size: 80%;
}
}

.mr-show-icon::after {
	content: '';
	clear: both;
	position: absolute;
	left: -5px;
	top: 0px;
	width: 16px;
	height: 16px;
}




.mr-show-icon-comments::after {
    width: 16px; height: 16px;
    background: url('img/css_sprites.png') -10px -10px;
}


.mr-show-icon-comments_white::after  {
    width: 16px; height: 16px;
    background: url('img/css_sprites.png') -46px -10px;
}


.mr-show-icon-date::after {
    width: 15px; height: 15px;
    background: url('img/css_sprites.png') -82px -10px;
}


.mr-show-icon-reading-time::after  {
    width: 16px; height: 16px;
    background: url('img/css_sprites.png') -10px -46px;
}


.mr-show-icon-view::after {
    width: 15px; height: 15px;
    background: url('img/css_sprites.png') -82px -45px;
}


.mr-show-icon-view_white::after {
    width: 16px; height: 16px;
    background: url('img/css_sprites.png') -46px -46px;
}

