/* Always show the scrollbar on the right side */
html {
  overflow-y: scroll;
}


/* Envelope payment method: Envelope image-specific text positioning */
#envelope-diagram {
  font-size: 14px;
}

#envelope-diagram #envelope-name {
  left: 158px;
  top: 80px;
}

#envelope-diagram #envelope-date {
  left: 359px;
  top: 80px;
}

#envelope-diagram #envelope-email {
  font-size: 11px;
  left: 359px;
  top: 101px;
}

#envelope-diagram #envelope-total {
  right: 265px;
  top: 216px;
}