18/18 99% помогите пожалуйста

Не знаю как отодвинуть пятерку от иконки

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-title {
font-size: 20px;
color: #2980b9;
}

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

.post-type {
position: absolute;
width: 55px;
height: 55px;
left: 0;
top: 70px;
background: #7f8c8d url(“quotes.png”) no-repeat 50% 50%;
border-bottom: 5px solid #bdc3c7;
}

.post-author {
margin-top: 5px;
}

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

.post-stats {
position: relative;
text-indent: 30px;
display: inline-block;
margin-top: 5px;
margin-left: -10px;
}

.icon-tags {
position: absolute;
width: 10px;
height: 10px;
top: 0;
left: 10px;
background: url(“post-challenge.png”) no-repeat;
}

.icon-comments {
position: absolute;
width: 10px;
height: 10px;
top: 0;
left: 20px;
background: url(“post-challenge.png”) no-repeat -20px 0;
}

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