.sb-post-widget ol {
    margin: 0;
}

.sb-post-widget .list-posts li {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 5px 10px;
}

.sb-post-widget .post-thumbnail {
    background: none repeat scroll 0 0 #fff;
    box-shadow: 0 0 2px #b5b5b5;
    line-height: 0;
    margin-bottom: 10px;
    padding: 2px;
    position: relative;
}

.sb-post-widget .post-thumbnail {
    float: left;
    margin-right: 10px;
}

.sb-post-widget .post-title {
    clear: none;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    margin: 0 0 5px;
}

.sb-post-widget .post-thumbnail a {
    background: none repeat scroll 0 0 #000;
    display: block;
}


.sb-post-widget .post-thumbnail img {
    height: auto;
    max-width: 100%;
    transition: all 0.4s ease 0s;
    width: 100%;
}

.sb-post-widget span.date {
    color: #aaa;
}