#receiptContent{
  font-family: monospace;
  font-size: 12px;
  width: 220px;
}

.logo img{
  width:100px;
}

.contact{
  font-size:12px;
  font-weight:bold;
}

.title{
  font-size:14px;
  font-weight:bold;
}

.line{
  font-size:12px;
  margin:2px 0;
}

.or-number{
  font-size:14px;
  font-weight:bold;
}

.note{
  font-size:10px;
}

.copy{
  font-size:11px;
  font-weight:bold;
}

.divider{
  border-top:1px dashed #000;
  margin:4px 0;
}

.center{
  text-align:center;
}