.entry-content > .more-link {
    float: right;
}
body {
    background-color: #fff;
}
.site-description {
    clip: initial;
    width: auto;
    height: auto;
    color: #666;
    font-size: 1rem;
}
.widget h2 {
    position: relative;
    padding-bottom: 10px;
}
.widget h2:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 35%;
    height: 3px;
    background-color: black;
}
.widget ul {
    list-style: none;
}
.widget ul li {
    border-bottom: 1px dotted #ddd;
    margin-top: 10px;
    clear: both;
    overflow: hidden;
}
.widget ul li:last-child {
    border-bottom: none;
}
.widget ul li a {
    color: #303030;
    font-size: 1rem;
}
.widget ul li a:hover {
    text-decoration: underline;
}
.widget .thumb {
    float: left;
    margin-right: 10px;
}
.wpp-meta, .post-stats {
    display: inline-block;
}