.printLogoLink{width: 25%;}
   .printLogo{
      width: 100%;
   }

   

@media print { 
/* PRINT */
	body{
      font-family: museo-sans, Calibri, Verdana, sans-serif;
      font-size: 12px;
      color:#000;
      
   }
   
   .printLogoLink{width: 25%;}
   .printLogo{
      width: 100%;
   }
   
   p, .normal{
      line-height: 1.1em ;
   }
   
   .decorationLinkBox{
      
   }
   
   #svid10_4a0719b315e12ecfdbc29774, /*<< Lista på jobb VLC*/
   .sv-carousel__stage-outer,
   .sv-imgslideshow-item{
      display:none;
   }
   
   .sv-font-boxlank{
      margin-bottom: 1em;
      font-size: 200%;
      font-weight: bold;
   }
   
   /* Markerade länkar*/
   .sv-font-markerad-lank{
      text-decoration: underline;
   }
   
   /*Plusboxrubrik*/
   .sv-font-plusboxrubrik{
      border-bottom: solid 1px #000;
      
   }

   
   
   
   /* Kontaktbild */
   .contact{width: 100%;}
   .contactProfileImage{width: 100px;}
   .contactProfileImage img{
      width: 100%;
   }
   
   
}

