@charset "UTF-8";
/* CSS Document voor een printbare cv pagina*/

@media print{
  #siteHeader #siteFooter #heroImageCV {
    display: none;
  }
  #inleidingCv #cv {
    width:100%!important;
    padding:0!important;
    margin:0!important;
  }
	
	#inleindingCv #cv{
		background-color: #FFFFFF;
		moz-box-shadow: 0PX 0PX 0PX 0PX #FFFFFF;
		webkir-box-shadow: 0PX 0PX 0PX 0PX #FFFFFF;
		box-shadow: 0PX 0PX 0PX 0PX #FFFFFF;
	}
}