@page{
    size:A5;
    margin:0;
    /*width: 14.8cm;*/
    padding:2cm 0 !important;
}

html body{
  background-image: none !important;
}

a:link {
  color:#333333 !important; 
  text-decoration:none !important;
  border-bottom:none !important;
}

nav{
	display:none;
}

section{
	width:12cm !important;
	margin:auto !important;
	/*margin-top:3cm !important;*/
	/*margin-bottom:3cm;*/
	background-color:transparent !important;
	/*padding-bottom: 3cm !important;*/
}

section#text{
	/*padding-bottom: 3cm !important;*/
	padding-top:0!important;
	margin-top:0!important;
}

section#network{
	padding-top:0!important;
	margin-top:0!important;
}

footer#gallery{
  /*margin-top:1cm;*/
  background-color:transparent!important;
  display:inline-block;
}

a.colleague[href]:after {
    content: " (" attr(href) ")";
    color:green;
  }

.noPrint, .noPrint *
    {
      display: none !important;
    }
}