Как можно исправить данные ошибки 94% (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 {
position: relative;

}

.post-title {
font-size: 20px;
color: #2980b9;
margin-left: 75px;

}
.post-date {
width: 55px;
height: 36px;
color: #7f8c8d;
border-bottom: 5px solid #bdc3c7;
position: absolute;
top: 0;
left: 0;
text-align: center;
vertical-align: middle;
padding-top: 19px;
font-size: 15px;
font-weight: bold;
background: #ffffff;
}
.post-type {
border-bottom: 5px solid #bdc3c7;
position: absolute;
top: 70px;
left: 0;
width: 55px;
height: 55px;
background: #7f8c8d url("/assets/course14/quotes.png") no-repeat 50% 50%
}
.post-author {
font-size: 12px;
color: #7f8c8d;
margin: 5px 5px 5px 75px;
}
.post-author a {
color: #2980b9;
text-decoration: none;
}
.post-stats {
display: inline-block;

}
.post-stats a {
color: #2980b9;
text-decoration: none;
}
.post-stats .icon {
margin-left: 75px;
width: 15px;
height: 15px;
background: url("/assets/course14/post-challenge.png") no-repeat;
display: inline-block;
vertical-align: top;
margin-right: 2px;
}
.post-stats .icon-tags {
background-position: 0 0;
}
.post-stats .icon-comments {
margin-left: 10px;
background-position: -20px 0;
}
.post-text {
width: 165px;
color: #7f8c8d;
border-bottom: 5px solid #bdc3c7;
text-align: left;
font-size: 12px;
padding: 10px 15px;
background: #ffffff;
margin-left: 75px;
}

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

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