.guidance-page, .sidenav, span.check, button, input[type="submit"] {
    display: none;
}


* {
    float: none !important;
    clear: both !important;
}

html, body, section {
    padding: 0;
    margin: 0;
}
.section {
    box-shadow: none !important;
}
::placeholder,
textarea::placeholder {
  color: transparent;
  font-style: italic;
  font-family: Arial;
  
}
section, .section {
    max-height: 1125px !important;
}

@page {
    size: A4;
    margin: 0;
  }
  
@media print {
    html, body {
        width: 210mm;
        height: 297mm;
    }

  
    #app .firefoxwarning {
        display: none !important;
    }
   
}

textarea {
    overflow: hidden;
}

.page {
    /* border: 1px solid red; */
    vertical-align: top;
    box-sizing: auto;
    
}

.page-break {
    page-break-after: always !important;
  }

body {
    background-color: white;
}
label input[type="radio"]:checked ~ span  {
    
    border: 1px solid black;
   color: black;
  }
.pageContent {
    margin: 0 !important;
}

.tip {
    display: none !important;
}

