#wpblogrelatedposts li {
    display: block;
    clear: both;
    margin: 15px 0 0 0;
    padding: 0 0 15px 0;
    border-bottom: 1px dotted #d7dce2;
}

#wpblogrelatedposts li:last-of-type {
    border-bottom: none;
    padding: 0;
}

#wpblogrelatedposts .post-image {
    float: left;
    width: 25%;
    padding-right: 10px;
}

#wpblogrelatedposts .post-details {
    float: left;
    width: 75%;
}

#wpblogrelatedposts .post-name {
    font-size: 13px;
    display: block;
}

#wpblogrelatedposts .post-published {
    display: block;
    font-size: 12px;
    margin: 5px 0;
}