/*--------------- print Queries --------------------*/ 

@media print {
 body{
	 width:100%;
  font-size: 13pt;
  line-height: 13pt;
}
  div.navbar-header{
   color:#000;
   font-size: 20pt;    
}
    
  title{
  font-size: 14pt;        
}

.passage{
	width:80%
}

h4{
	width:80%
}

.questionContainer{
   border-bottom: #1d4e89 dotted 1px;
     width:80%
/*page-break-inside: avoid; */ 	

}
/* Styles for print (include this after the above) */
.print-helper { 
    display: block;
    overflow: visible;
}

.questionInput {
  display: none;
}

#canvasHolder{
	display:none;
}

 /*div{
    page-break-inside: avoid;  
} ensure contents are not printed across pages*/


.btn {
    display:none !important;
}
    
footer {
    page-break-after: always;
	
}
 
img{
    width: 25%;
    border-radius: 6px;
	float:left;
	margin:15px;
}
    
table.short_table th, th.category{
    border: 1px solid #1d4e89 !important;
}
    
.extensionText{
    margin-bottom: 20px;
}
    
}