/* this stylesheet is used when generating a PDF with PrinceXML or any other tool that understands the CSS used. */
/* define a page */
@page {
   size: A4;  
}

body{
	background-color: #ffffff;
	display: block;
	overflow: visible !important;
	height: auto;
}
.conseil-block{
	background-color: #ffffff;
}
.row {
  display: block !important;
}

#toPDF{
	display: block !important;
	margin: auto;
}

.align-self-end{
	float: right;
}