.item-price{
    font-weight:bold;
    font-size:1.3em;
}
.item-price-cents { 
    font-size: 0.6em;
    position: relative;
    bottom: 0.45em;
  }
.product-image{
    margin:3px;
}
.product-image img{
    max-width:80%;
}

.donationdetailbox{
  display:none;
}
.donationbox{
  margin:5px;
  padding:5px;
  border: 1px solid #cfd7df;
  border-radius: 3px;
  width:100%;
  max-width:600px;
}

.yearbuttonbox{
  padding:5px;
}

@media print {
  .myDivToPrint {
      background-color: white;
      height: 100%;
      width: 100%;
      position: fixed;
      top: 0;
      left: 0;
      margin: 0;
      padding: 15px;
      font-size: 14px;
      line-height: 18px;
  }
}
