.smart-qrcode-container img, .smart-qrcode-container svg {
  margin: 0;
  display: inline-block;
  max-width: 100%;
  height: auto !important;
}
.smart-qrcode-container.alignleft {
  text-align: left;
}
.smart-qrcode-container.aligncenter {
  text-align: center;
}
.smart-qrcode-container.alignright {
  text-align: right;
}

.sqr-qrcode-textual {
  margin: 10px 0 0 0;
  font-size: 0.9em;
  line-height: 1.3em;
}
.sqr-qrcode-textual h5 {
  margin: 0 0 0.1em;
  padding: 0;
  font-weight: bold;
  font-size: 1.1em;
  line-height: 1.3em;
}
.sqr-qrcode-textual ul {
  list-style: none outside none;
}
.sqr-qrcode-textual ul li {
  list-style: none outside none;
  padding: 2px 0;
}
