body {
    background: white;
}

#wrapper > .navbar,
.sidebarContainer,
#main-menu {
    display: none;
}

body > #wrapper > .container {
    background: white;
    border-style: none;
    margin: 0;
    width: 100% !important;
}

#wrapper #content {
    border-style: none;
}

#content-wrap {
    float: none;
    width: 100%;
}

/* Site */

.siteContent .btn.logOnSite,
.siteContent .leaflet-control-container > .leaflet-center,
.siteContent .leaflet-control-container > .leaflet-left,
.siteContent .leaflet-control-container > .leaflet-top,
.siteContent .leaflet-control-container > .leaflet-left.leaflet-top > :not(.leaflet-control-attribution),
#site #toolBar,
#site .btn.getSiteCoordinates,
#site .top .actionControls {
    display: none;
}

#site #siteMap {
    border: none;
    margin-left: 0;
    width: 100%;
}

/* This is a really dirty hack to fix an issue where a grey area appears to the
   right of the map. Typically such issues are fixed by calling
   map.invalidateSize, but it refuses to work when printing so we just hide the
   problem. */
#site #siteMap .leaflet-container {
    background-color: inherit;
}

/* Picture carousel */

.pictureCarousel .item {
    background: white;
}

.pictureCarousel .carouselControlContainer {
    display: none;
}

/* Site summary */

.siteContent .summarySelectorContainer {
    display: none;
}

#content .siteContent .summarySelection {
    display: block;
    margin-bottom: 0;
    padding-bottom: 0;
}

.siteSummary .summaryRow {
    display: block;
}

.siteSummary .summaryRow:not(:last-child) {
    border-color: rgba(0, 0, 0, 0.2);
    border-bottom-style: solid;
    border-width: 1px;
}

.siteSummary .missing.detail .name h6 {
    opacity: 0.3;
}

/* Positioning row headers when printing is problematic. In Firefox (at least
   version 64), only the title of the first row is visible unless we revert the
   positioning that's applied earlier. */
.siteSummary h3.rowHeading {
    position: relative;
    text-align: left;
}

.siteSummary .cell {
    display: inline-block;
}

.siteSummary .cell:not(:first-child) {
    margin-left: 1em;
}