

/* Print */
@media print {

.item {
  display: block!important;
}

.hint {
  display: none!important;
}

}