18 задание, пишет 95%, как исправить?

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

body {
width: 280px;
min-height: 250px;
padding-top: 50px;
padding-right: 10px;
padding-left: 10px;

font-size: 12px;
line-height: 1.2;
font-family: “Arial”, sans-serif;
color: #7f8c8d;

background-color: #ecf0f1;
}

.post-stats .icon {
width: 15px;
height: 15px;
display: inline-block;
vertical-align: bottom;
margin-top: 5px;
}

.post {
position: relative;
padding-left: 75px;
}

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

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

.post .post-type {
position: absolute;
top: 70px;
left: 0;
width: 55px;
height: 55px;
line-height: 55px;
text-align: center;
vertical-align: middle;
background-color: #7f8c8d;
border-bottom: 5px solid #bdc3c7;
background-image: url(“quotes.png”);
background-repeat: no-repeat;
background-position: center;
}

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

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

.post-stats {
display: inline-block;
text-align: center;
}

.post-stats .icon-tags {
background-image: url(“post-challenge.png”);
}

.post-stats .icon-comments {
background-image: url(“post-challenge.png”);
background-position: -20px 0;
margin-left: 10px;
}

.post-text {
width: 170px;
padding-left: 15px;
padding-top: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: #ffffff;
border-bottom: 5px solid #bdc3c7;
color: #7f8c8d;
}

Маленькие иконки тоже должны быть позиционированы абсолютно.