body > *:not(#main_container),
#navigation, 
#navigation,
#navigation2,
.search,
#sticky-footer-push,
#feedback-container,
.arena-nav,
.section-ad,
#arena-map .topo,
#post-review,
#footer,
#breadcrumbs,
#sticky-footer-push,
#directions .google-navigate {
    display:none !important;
}

html, 
body, 
#header, 
#shadow, 
#main_container, 
#bottom, 
#content, 
section, 
section:nth-of-type(3n+1), 
section:nth-of-type(3n+2) {
    background: none !important;
}
#bottom,
#shadow {
    margin: 0;
    padding: 0;
    min-height: 0;
    max-height: none;
    height: auto;
    min-width: 0;
    max-width: none;
    width: auto;
}
#logo {
    position: relative;
    top: auto;
    left: auto;
    margin: 0 auto;
    width: 250px;
}

#logo img {
    width: 250px;
    height: auto;
}

@page {
    marks: none;
}
body #printref-content {
    padding: 0;
    background: none;
    margin: 0;
    display: block !important;
}
#printref-content .page {
    box-shadow: none;
    margin: 0;
}
#printref-content .page-break {
    page-break-after: always;
    *page-break-after: always\0/;
}