#main #subnav,
#main #marginal,
#footer,
#primNav {
    display: none;
}

#wrapper {
    width: 600px;
}
#main {
    margin-top: 32px;
}
#main #content {
    margin-left: 10%;
    margin-right: 10%;
    padding-right: 0;
    width: auto;
}

#stagewrapper {
    page-break-after: always;
}

/* for pdf generation */
@page {
    size: 8.3in 11.7in;
    margin: 1in 0.5in 0.5in;
    padding: 1em;
    @top-center {content: element(pdf-header) }
}
#pdf-header {
    position: running(pdf-header);
    border-bottom:1px solid #BBBCBE;
    height:100px;
    margin-bottom:12px;
    text-align: center;
}
#pdf-header img {
    display:inline-block;
    margin-left:auto;
    margin-right:auto;
    margin-top:20px;
}
body.pdf #wrapper #content * {
    font-size: 12px;
}
body.pdf img,
body.pdf #superteaser .st-highlight,
body.pdf #superteaser .st-item,
body.pdf .simple-teaser-list-only ul li {
    page-break-inside: avoid;
}
body.pdf #superteaser .st-item-image {
    margin-bottom: 10px;
}
body.pdf #superteaser .has-image {
    min-height: 131px;
}
body.pdf #superteaser .st-section-group .st-item,
body.pdf #superteaser .st-section-group h2 {
    clear: both;
}
body.pdf #superteaser .st-item-image + .st-item-content {
    margin-left: 200px;
    width: 260px;
}
body.pdf #superteaser .st-list {
    clear: both;
}
body.pdf #superteaser .st-list .st-list-content {
    margin-left: 84px;
}
body.pdf #superteaser .st-highlight .st-highlight-image + .st-highlight-content {
    margin-right: 237px;
}
body.pdf #content .model-wrapper {
    width: 496px;
}
body.pdf #content .model-wrapper .box a {
    width: 160px;
    height: 72px;
}
body.pdf #content .model-wrapper .box a span {
    display: none;
}