.popular-posts.side-widget li {
	position: relative;
}

.popular-posts.side-widget img, .popular-posts.side-widget .rank_text {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
    line-height: 32px;
    text-align: center;
    color: #383838;
    font-weight: bold;
}

.popular-posts.side-widget a {
    text-decoration: none;
    padding-left: 36px;
    display: block;
    color: #2581c4;
}


.popular-posts.side-widget img {
    background: #ffffff;
    border-radius: 20px;
    left: -1px;
}