@charset "utf-8";
/* CSS Document */

@media print {
  div.navbar-header{
   color:#000;
   font-size: 20pt;    
}

.questionContainer{
   border-bottom: #1d4e89 dotted 1px;
   page-break-after: always;
/*page-break-inside: avoid; */ 	

}

/* Styles for print (include this after the above) */
.print-helper { 
    display: block;
    overflow: visible;
    font-family: Menlo, "Deja Vu Sans Mono", "Bitstream Vera Sans Mono", Monaco, monospace;
	
}

.questionInput {
  display: none;
}
/* div{
    page-break-inside: avoid;  
}/ensure contents are not printed across pages*/
.questionContainer {
  margin-top: 10mm;
}

 .button {
    display:none !important;
}


img{
		width:155mm;
	}
	
canvas{
		width: 155mm;
		height: 115mm;
	}
}

@page {
	size: A4;
	margin:0;
}