/**
 * Print stylesheet for yourwebsite.com
* @version         1.0
* @lastmodified    16.06.2016
*/

@media print {

/* Setting content width, unsetting floats and margins */
/* Attention: the classes and IDs vary from theme to theme. Thus, set own classes here */
#content-wp,#page  {
width: 100%; 
margin: 0; 
float: none;
}

#svg {
width: 100%; 
}

/** Setting margins */       
@page { margin: 1cm }

/* Or: */
@page :left {
margin: 1cm;
}

@page :right {
margin: 1cm;
}

    
/* Set font to 16px/13pt, set background to white and font to black.*/
/* This saves ink */
body {
font: 14pt Georgia, "Times New Roman", Times, serif;
line-height: 1.3;
background: #fff !important;

}

h1 {
font-size: 24pt;
}

h2, h3, h4 {
font-size: 16pt;
margin-top: 25px;
}


#header-widgets, #weging, #toelichting, nav, .right, #knoppenbalk
{
display: none;
}

    .ui-accordion .ui-accordion-content {
        display:block !important;
    }
   
}