.printable {}
@media print {
    .noPrint { display: none; }
}

body {
zoom:80%; /*or whatever percentage you need, play around with this number*/
color: #000;
background-color: #fff;
font-size: 16px !important;
line-height: 28px;
}

.desktop-7 {
    width: 700px !important;
}



#ponencias h1 {
  font-size: 24px !important;
  text-align: left !important;
  color:#000 !important;
}

#ponencias h4 {
  font-size: 18px !important;
  line-height: 26px !important;
}

.cv {
  font-size: 14px;
}

/* Left pages, a wider margin on the left */
@page :left {
	margin-top: 3cm;
	margin-left: 4cm;
	margin-right: 4cm;

}

@page :right {
	margin-top: 3cm;
	margin-left: 4cm;
	margin-right: 4cm;
}
