Испытание 18/18 100% нужна критика и оптимизация)

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;
margin-left: 75px;
}
.post .post-title {
color: #2980b9;
font-size: 20px;
}
.post .post-date {
display: inline-block;
text-align: center;
background-color: #ffffff;
border-bottom: 5px solid #bdc3c7;
position: absolute;
top: 0px;
right: 225px;
width: 55px;
height: 55px;
line-height: 55px;
font-size: 15px;
font-weight: bold;
}
.post .post-type {
background: #7f8c8d url("/assets/course14/quotes.png") no-repeat 50% 50%;
border-bottom: 5px solid #bdc3c7;
position: absolute;
top: 70px;
right: 225px;
width: 55px;
height: 55px;
}
.post .post-author {
margin: 5px 0;
}
.post .post-author a {
text-decoration: none;
color: #2980b9;
}
.post .post-text {
background-color: #ffffff;
border-bottom: 5px solid #bdc3c7;
width: 165px;
padding: 10px 15px;
}
.post-stats .icon {
width: 15px;
height: 15px;
position: absolute;
left: 0px;
}
.post-stats {
display: inline-block;
position: relative;
padding-left: 20px;
margin-right: 10px;
}
.post-stats a {
text-decoration: none;
color: #2980b9;
}
.icon-tags {
background: url("/assets/course14/post-challenge.png") no-repeat 0 0;
}
.icon-comments {
background: url("/assets/course14/post-challenge.png") no-repeat -20px 0px;
}Текст "как есть" (без применения форматирования)

Почему right?

Здесь лучше заменить на padding.

спасибо)