Мастерская: декоративные элементы 18/18

Помогите никак не могу на 100% сделать

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;
}

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

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

.post-type {
position: absolute;
width: 55px;
height: 55px;
background: #7f8c8d url(quotes.png) no-repeat 50% 50%;
left: 0;
top: 70px;
color: #7f8c8d;
font-weight: bold;
font-size: 15px;
text-align: center;
line-height: 55px;
border-bottom: 5px solid #bdc3c7;
}

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

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

}

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

.post-stats, .icon {
display: inline-block;
}

.post-text {
width: 165px;
padding: 10px 15px;
background-color: #ffffff;
border-bottom: 5px solid #bdc3c7;
}

.icon {
width: 15px;
height: 15px;
}

.icon-tags {
background: #ffffff url(post-challenge.png) no-repeat 0 0;

}

.icon-comments {
background: url(post-challenge.png) no-repeat -20px 0;
}

.post-stats, .icon {
vertical-align: top;
}

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

Иконки позиционируются абсолютно.