Испытание: анонс поста [18/18] Хотелось бы понимания что не так...

Доброго день!
по пикселям разъезжается код. не могли бы пояснить что не так?и на что требуется обратить внимание!Заранее благодарен!

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

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

.post-stats .icon {position:absolute;
width: 15px;
height: 15px;
background: url("/assets/course14/post-challenge.png") no-repeat;;

}
.post {
position: relative;
}

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

.post .post-date
{ position: absolute;
border-bottom:5px solid #bdc3c7;
color:#7f8c8d;
background:#ffffff;
font-size:15px;
font-weight:bold;
width: 55px;
line-height: 55px;
top:0px;
text-align:center;
vertical-align: 50% 50%;}

.post .post-type {position: absolute;
border-bottom:5px solid #bdc3c7;
height: 55px;
width: 55px;
background: url(/assets/course14/quotes.png) #7f8c8d no-repeat 50% 50%;
top:70px;
}

.post-author{padding:0px;
padding-left:75px;
padding-top: 5px;}

.post-title {
padding:0px;
padding-left:75px;
font-size: 20px;
left:80px;
color:#2980b9;
}

.post-text{
width:165px;
background:#ffffff;
padding:15px;
border-bottom:5px solid #bdc3c7;
color:#7f8c8d;
margin-left:75px;
margin-top:0px;
}

.post-stats .icon-comments {position: absolute;
left:0px;
top:0px;
background-position: -20px 0;

}

.icon-tags {position: absolute;
left:0px;
top:0px;}

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

/*
Все размеры, отступы, координаты, размеры шрифтов (не заданные в body) кратны 5 или 10.
Адреса картинок:
/assets/course14/quotes.png
/assets/course14/post-challenge.png
Картинка «кавычки» выровнена по центру
*/

Различия в отступе от .post-author до .post-stats, и вертикальных внутренних отступах у .post-text.

Большое спасибо!разобрался)