body {
    padding: 20px 30px;
    background: #fff;
}

#page {
    box-shadow: none;
}

#header-meta,
#header-right-section,
#secondary,
.header-post-title-container,
#pdf-download,
.default-wp-page,
#comments,
footer,
#scroll-up {
    display: none !important;
}

#header-left-section {
    float: none;
    width: 100%;
    margin: 0;
}

#header-logo-image {
    float: none;
}

#header-logo-image img {
    max-width: 200px;
    margin: 0;
}

#site-description {
    float: right;
    text-align: right;
}

#print-url {
    display: block;
    margin-top: 10px;
    font-size: 150%;
    font-weight: normal;
}

#license {
    display: block;
}

.article-top-meta {
    padding-bottom: 25px;
    border-bottom: 2px solid #ccc;
}

#main {
    padding-top: 20px;
}

#primary {
    float: none;
    width: 100%;
}

.article-top-meta h2 {
    padding: 0 0 20px;
}