@charset "UTF-8";
/* CSS Print Document */


/* Body */

body {
    
    color: #000;
    font-size: 16pt;
    background-color: #fff;
    display: block;
  }


/* Visual elements */

* {
-webkit-print-color-adjust: exact;
printer-colors: exact;
color-adjust: exact;
}

#main-header {
    background: #fff;
}


#main-header .logo {
    background: #58068c !important;
    padding: 15px 20px;
    
    
}


code {
    color: #353535;
    background: #fff;
    border-radius: 0;

}

#prog h1 {
    margin:25px 0 5px 0;
}



/* Hide these elements */

 nav, button, .user, .toggle-wrapper, .toggle-menu .btn, .btn-primary, p.extra-space a   { display: none; }