body {
    background: none !important;
    color: #000;
    font-size: 10pt;
}
footer a[rel=bookmark]:link:after,
footer a[rel=bookmark]:visited:after {
    content: " [" attr(href) "] "; /* Show URLs */
}
a {
    text-decoration: none;
}
.entry-content img,
.comment-content img,
.author-avatar img  {
    border-radius: 0;
    box-shadow: none;
}
.site {
    clear: both !important;
    display: block !important;
    float: none !important;
    max-width: 100%;
    position: relative !important;
}
.site-header {
    margin-bottom: 72px;
    margin-bottom: 5.142857143rem;
    text-align: left;
}
.site-header p{
    font-size: 21pt;
    line-height: 1;
    text-align: left;
}

.author-avatar,
.footer-wrapper,
div.comment-respond,
.content-date,
.header-searchform,
.menu-toggle,
.commentlist .comment-edit-link,
.commentlist .reply,
.entry-header .comments-link,
.entry-meta .edit-link a,
.page-link,
.more-link,
.site-content nav,
.widget-area,
img.header-image,
.main-navigation,
img.wp-post-image,
.top-bar {
    display: none;
}
.wrapper {
    border-top: none;
    box-shadow: none;
}
.site-content {
    margin: 0;
    width: auto;
}

.entry-header .entry-title,
.entry-title {
    font-size: 21pt;
}
footer.entry-meta,
footer.entry-meta a {
    color: #444;
    font-size: 10pt;
}
.author-description {
    float: none;
    width: auto;
}

/* Comments */
.commentlist > li.comment {
    background: none;
    position: relative;
    width: auto;
}
.commentlist .avatar {
    height: 39px;
    left: 2.2em;
    top: 2.2em;
    width: 39px;
}
.comments-area article header cite,
.comments-area article header time {
    margin-left: 50px;
    margin-left: 3.57142857rem;
}
