.qrcode {
  text-align: center !important;
}
.qrcode img {
  /* Override "block" display which qrcode.js sets by default, to allow
     proper centering */
  display: inline !important;
  height: 60% !important;
  width: auto !important;
  margin-left: auto;
  margin-right: auto;
  background-color: white !important;
  padding: 1em;
}

/*# sourceMappingURL=qrcode.css.map */
