/* Overrides */
body {
    padding: 0;
    margin: 0;
}

.embedded-content {
    padding: 10px;
}

.embedded-content.center {
    text-align: center;
}

/* Featured Posts Widget */
.posts > article {
    border-bottom: 2px solid #bfbfbf;
    display: block;
    float: left;
    font-size: 13px;
    overflow: hidden;
    padding: 10px 0;
}

.posts > article > a {
    display: inline-block;
    float: left;
    max-height: 100px;
    overflow: hidden;
    width: 120px;
}

.posts > article > h1 {
    display: inline-block;
    float: left;
    font-size: inherit;
    line-height: inherit;
    margin-left: 14px;
    margin-top: 0;
    width: 50%;
}
