body {
    width: 100%;
    margin: 10px 20px 20px;
    background: white;
    /* font-size: 1.2em !important;
    line-height: 24px; */
}

* {
    border: 0;
    padding: 0;
    color: black !important;
    background: transparent;
}

h1 {
    font-size: 24pt;
    line-height: 1.2em;
    margin: 1em auto;
    letter-spacing: normal;
}

h2 {
    font-size: 24pt;
    margin: 1em auto;
    letter-spacing: normal;
}

h3,
#article-body h3 {
    font-size: 18pt;
    margin: 1em auto;
}

h6 {
    font-size: 12pt;
}

a:link,
a:visited {
    text-decoration: underline;
}

#footer-wrapper,
#footer {
    background: none;
}

#footer-wrapper li {
    display: none !important;
}

#content-footer,
#content-footer div {
    border: none;
}

.footnotes {
    border-top: 1px black solid;
    margin-top: 2em;
    padding-top: 1em;
}

.footnotes.footnote-print-only {
    display: block !important;
}

/* New print CSS 09/04/13 */

html {
    font-size: 20px;
    line-height: 1.5em;
}

body {
    width: 100%;
    margin: 10px 20px 20px;
    background: white;
    font-size: 1em;
    line-height: 1.5em;
}

#font-resizer {
    font-size: 18px;
}

.decrease-font {
    font-size: 10pt;
}

.reset-font {
    font-size: 13pt;
}

.increase-font {
    font-size: 16pt;
}

.account_toolbar,
.article_toolbar,
footer .comments,
header.blog_header,
header.default_header,
header.site,
.header_rule,
iframe,
.navbar,
.col-span-4.sidebar {
    display: none !important;
}

/*#blog-title.hidden {
    display: block;
    font-family: "Clarendon URW Bold",Clarendon,"Century Schoolbook","Times New Roman",Times,serif;
    margin: 20px 0 20px 0;
    visibility: visible;
}
*/
.col-span-8.blog_detail,
.col-span-8.body_column {
    margin: 0;
    width: 100% !important;
}

body.context_nyrb.page_blog .blog_detail {
    margin-right: 0;
}

body {
    margin-left: 0;
    margin-right: 0;
}

.container {
    max-width: 100%;
}

.row {
    margin-left: 0;
}

.icomoon-icon-NYRB,
.icomoon-icon-NYR,
.icomoon-icon-blog {
    font-size: 1.5em;
}

article.article {
    border: 0 none;
}

article.article header {
    margin-right: 0;
}

article.article header h2,
body.context_nyrb.page_blog .blog_detail h2 {
    font-family: "Times New Roman", Times, serif;
}

article.article .article_body,
body.context_nyrb.page_blog .blog_detail .blog_post_body {
    margin-right: 0;
}

article.article .article_body hr:first-of-type {
    margin-bottom: 15px;
}

article.article .article_body figure.aligncenter,
body.context_nyrb.page_blog .blog_detail figure.aligncenter {
    float: right;
    max-width: 50%;
    margin-left: 20px;
}

.videowrapper {
    display: none;
}

#article-p1,
#article-p2,
#article-p3 {
    display: none !important;
}

body.context_nyrb.page_blog .blog_detail .blog_post {
    border: 0 none;
}

article.article .footnotes {
    border: 0 none;
}

footer.site_footer {
    background: none;
}

#teads {
    display: none;
}

.site_footer li {
    display: none !important;
}

#wpadminbar {
    display: none !important;
}

.toast-cta {
    display: none !important;
}

.site-header {
    display: none !important;
}

.top-ad-wrapper {
    display: none !important;
}

.current-issue-desktop,
.current-issue-mobile {
    display: none !important;
}

.article-newsletter-signup {
    display: none !important;
}

.social-bottom,
.social-desktop {
    display: none !important;
}

footer {
    display: none !important;
}

.article-col>p {
    max-width: 100%;
}

blockquote {
    border: 0;
}

.sidebar-author {
    display: none !important;
}

.article-print .print-only {
    display: block !important;
}

.marker {
    display: none;
}

.article-print .article-sidebar {
    float: none !important;
    max-width: 100% !important;
    width: 940px;
}

.related-content {
    display: none;
}

.article-col>*,
.page-content>* {
    width: 60vw;
    max-width: 100%;
}

footer {
    display: none;
}

.submit-letter {
    display: none !important;
}

.article-img.alignright,
.wp-caption.alignright,
figure.alignright {
    max-width: calc((440/1280) * 100%);
    float: right;
    margin-left: 60px;
    margin-bottom: 30px;
}

.article-img.alignleft,
.wp-caption.alignleft,
figure.alignleft {
    max-width: calc((440/1280) * 100%);
    float: left;
    margin-right: 60px;
    margin-bottom: 30px;
}

.author {
    font-size: 16pt;
    line-height: 1em;
    margin-bottom: 10px;
}

.sidebar-item.article-sidebar {
    width: 940px;
    max-width: 100%;
}

.article-col blockquote, 
.page-content blockquote {
    font-size: .9em;
    line-height: 1.6em;
}

img.windows_logo_fallback {
    width: 70% !important;
}

@media print {
    .visible-print {
        display: inherit !important;
    }

    .hidden-print {
        display: none !important;
    }
}