/* HIDDEN ELEMENTS */
.hidden{
  display:none !important;
}

/* SIMPLE SPACING HELPERS */
.mt-10{
  margin-top:10px;
}

.mt-20{
  margin-top:20px;
}

.mb-10{
  margin-bottom:10px;
}

.mb-20{
  margin-bottom:20px;
}

/* TEXT HELPERS */
.text-center{
  text-align:center;
}

/* RECEIPT THRESHOLD */
#receiptThresholdSection{
  display:none;
}