Испытание: анонс поста [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;
}
a {
      text-decoration:none;
      color:#2980b9;
}
.post {
      position: relative;
      padding-left: 75px;
}
.post-title{
    font-size:20px;
    color:#2980b9;    
}
.post-date, .post-type {
    position: absolute;
    left:0;
    width:55px;
    height:55px;
    border-bottom: 5px solid #bdc3c7;    
}
.post-date{
    top:0;
    background-color: #ffffff;
    font-size:15px;
    font-weight:bold;
    text-align:center;
    line-height: 55px;
    vertical-align:middle;
    }
.post-type {
    top:70px;    
    background-color: #7f8c8d;
    background-image: url(/assets/course14/quotes.png);
    background-repeat:no-repeat;
    background-position:50% 50%;
   }
.post .post-author{    
    padding:5px 0;
}
.post-stats {
    display:inline-block;
    position: relative; 
    margin-right: 10px;
    padding-left: 20px;
   }

.post-stats .icon {
    position:absolute;
    left:0;
    top:0;
    width: 15px;
    height: 15px;
    background-image:url(/assets/course14/post-challenge.png);
    background-position:no-repeat;
}
.icon-comments{
    background-position:80% 0;
}

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

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

Спасибо! С помощью этой темы разобрался как сильно можно было сократить код, убрать маргины и исправить те моменты, которые в моем коде мне не нравились. Вспомнил о прекрасном свойстве как line-height. Скидываю исправленный код на проверку