/* ------------------------------- MEDIA PRINT ------------------------------- */
@media print {

    body > * {
    	visibility: hidden; }
    	
    .newStyle #printableArea {
    	visibility: visible;
    	position: absolute;
    	top: 0; }
    	
    .newStyle .model .bordL { 
	  	border-left: none!important;
	    padding-left: 0; }
	    
	 .newStyle .model .bordR {
	 	border-right: none!important; }
	    
	.newStyle .heading-s {
		font-size: 1.0rem;
		margin-top: 1rem!important;
		margin-bottom: 0.3rem!important; }
	
	.newStyle p {
		font-size: 0.8rem;
		margin: 0!important; }
		
	.newStyle .margin-top-l {
		margin-top: 0rem!important; }
		
	.newStyle .model ul {
    	margin-top: inherit!important; }
		
}