18/18 100%, проверьте пожалуйста!!!

html,
body {
margin: 0;
padding: 0;
}

body {
width: 280px;
min-height: 250px;
padding-right: 10px;
font-size: 12px;
line-height: 1.2;
font-family: “Arial”, sans-serif;
color: #7f8c8d;

background-color: #ecf0f1;
}

.post-date{
position:absolute;
background-color:#fff;
width:55px;
height:55px;
top:50px;
left:10px;
font-size:15px;
font-weight:bold;
text-align:center;
line-height: 55px;
border-bottom:5px solid #bdc3c7;
}

.post .post-type{
position:absolute;
width:55px;
height:55px;
top:120px;
left:10px;
border-bottom:5px solid #bdc3c7;
background:#7f8c8d url(‘quotes.png’) no-repeat 50% 50%;
}

.post{
padding-top: 50px;
padding-left: 85px;
position: relative;
width: 215px;
height: 250px;
}

.post a {
text-decoration: none;
color: #2980b9;
}

.post .post-stats{
display: inline-block;
padding-left: 20px;
padding-right: 10px;
position:relative;
}

.post-title{
color:#2980b9;
font-size:20px;
padding-bottom: 5px;
}

.post-author{
padding-bottom: 5px;
}

.post-text{
background-color:#fff;
margin-right:20px;
margin-bottom:10px;
padding:10px 10px 10px 15px;
border-bottom:5px solid #bdc3c7;
}

.post-stats .icon {
width: 15px;
height: 15px;
position: absolute;
background:url(“post-challenge.png”) no-repeat;
left: 0;
top: 0;
}

.post-stats .icon-tags{
background-position:0 0;
}

.post-stats .icon-comments{
background-position:-20px 0;
}

Координаты общие,почему не выносите в правило для .icon?

спасибо, не заметил:)