﻿.SiteHeader,
.SiteFooter,
#stage4 .form-group,
.StageButton-wrapper,
.StageSwitch-wrapper,
.Stage4Info,
.logo,
.SubmitButton,
h2 {
    display: none !important;
}

.stage {
    border: 0 !important;
    position: absolute;
    top: 175px;
    left: 75px;
    padding: 0px;
    width: 100%;
}

.preview-wrapper {
    line-height: 25px;
}

.pdftop {
    visibility: visible;
    display: block !important;
    max-width: 100%;
    width: 100%;
    position: absolute;
    width: 850px;
    top: 10px;
}

body,
.body-content,
.container {
    padding: unset;
    margin: unset;
    width: 850px;
    height: 100%;
}

.TitlePrint {
    visibility: visible;
    pointer-events: none;
    display: block !important;
    padding: 5px;
    top: 102px;
    position: absolute;
    margin-left: 366px;
    height: 56px;
    max-width: 100%;
    width: 337px;
    font-size: 18px;
    /*background: black !important;
    color: white !important;
    -webkit-print-color-adjust: exact !important;*/
}

.preview-table {
    max-width: 45%;
}

@page {
    size: A4;
    margin: 25px 40px;
}