/* Add here all your CSS customizations */
@media print {
  .noprint { display: none; }

 .print {
  
  border-bottom:2px dashed black;
}
/* html{
overflow-y: hidden!important;
} */
table{
  line-height: 20px;
}

 .answer{
  padding-left: 15px;
  border-left:2px dashed black;
  color: black;
  font-size: 10px;
 }
 .answer img{
  height: 80px;
  width: 80px;
 }
 .printable{
  margin-top: 3px; 
  margin-left: -300px; 
}
.modal-content{
  margin: 0; 
  padding: 0;
  border:none;
}
 
}
#printableArea{
  border:1px solid black;
}
 .answer img{
  height: 80px;
  width: 80px;
 }
.answer{
    color: black;
font-size: 10px;
}