/* print-styles go here */

.onlyPrint {
  display: block;
}

.arrow,
.noPrint {
  display: none;
}
.box{
  clear:both;
}
.floatLeft {
  float: left;
}
img {
  margin: 10px;
}


