body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif !important;
  text-transform: uppercase;
  font-size: inherit !important;
  -webkit-font-smoothing: antialiased !important;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px !important;
  margin: auto;
}
body #sfWebDebug {
  display: none;
}
body .srs-sticker {
  width: 100%;
  height: 100%;
  max-width: inherit;
  font-size: 1.3em;
}
body .srs-sticker div.sticker-title {
  margin: auto;
  text-align: center;
}
body .srs-sticker div.code-bar {
  text-align: center;
  margin: auto;
}
body .srs-sticker div.code-bar svg {
  max-width: 100%;
}
body .srs-sticker div.code-bar img {
  max-width: 100%;
}
body .srs-sticker .title-section::after {
  border-bottom: 1px ridge #0c0c0c;
  width: 100%;
  content: " ";
  float: left;
}
body .srs-sticker div.row {
  width: 100%;
  text-align: left;
  margin: 0.125em !important;
  font-size: 1.1em;
  display: block;
}
body .srs-sticker div.row div {
  display: block;
  position: relative;
  padding: 0 1%;
}
body .srs-sticker div.row div.column-title {
  font-weight: 600;
  width: 48% !important;
}
body .srs-sticker div.row div.column-value {
  font-weight: 500;
  width: 48% !important;
}
body .srs-sticker div.row div.column-combine {
  font-weight: 600;
  width: 100% !important;
  padding: 1.5% 0;
}
body div.clear {
  clear: both;
  display: table;
  content: " ";
}
