body {
    padding: 0 !important;
    background: white;
}

.screen-only {
    display: none !important;
    visibility: hidden;
}

.screen-wide,
.ui.grid > .screen-wide.column {
    width: 100% !important;
    border: none;
    box-shadow: none;
}

.screen-wide.segment,
.ui.grid > .screen-wide.column.segment,
.screen-wide > .segment {
    padding: 0;
    margin: 0;
    border: none;
    box-shadow: none;
}

#exportView {
    overflow: hidden!important;
}