@page {
    size: A4;
    padding: 0;
    margin: 0;
}

html, body {
    overflow: visible !important;
    max-width: 100%;
    min-width: 100%;
    width:  100%;
    margin: 0;
}

* {
    background: transparent;
    color: #000;
    text-shadow: none !important;
    box-shadow: none !important;
}

.print-only { display: block; }

nav,
section.library,
section.ig-width,
section.sb-pucks,
section.sb-pucks .puck,
section.system-message { display: none !important; }
.slidecontainer { display: none !important; }
.slider::-webkit-slider-thumb { display: none !important; }
.slider::-moz-range-thumb { display: none !important; }

section.ig,
section.sg {
    background: #fff;
    border-right: none;
    display: block;
    height: 100%;
    position: relative;
    max-width: 100%;
    min-width: 100%;
    width:  100%;
    padding: 0;
    margin: 0;
}

section.ig .unit-header,
section.ig .OVER01 {
    display: block;
    min-width: calc(100% - 3em);
    max-width: calc(100% - 3em);
    width: 100%;
}
section.ig .ig-left {
    display: block;
    width: 100%;
}
section.ig .ig-left img { display: none; }
section.ig .ig-left .leftPaddingControl {
    padding: 0.75em 0 1.125em;
    min-height: 3em;
    max-width: 100%;
    width: calc(100% - 3em);
}
section.ig .ig-right {
    display: block;
    width: 100%;
}