html.touchevents #output,
html.touchevents #copy {
  display: none; }
html.touchevents #instructions-mobile {
  display: block; }

#output-container {
  margin: 0 auto;
  max-width: 630px; }

#output {
  height: 225px;
  overflow: hidden; }
  #output table * {
    font-size: inherit;
    border: 0; }
  #output table td::before,
  #output table td::after,
  #output table th::before,
  #output table th::after {
    content: none;
    margin-top: 0;
    margin-bottom: 0; }

#output-frame {
  height: 225px;
  width: 100%; }

.placeholder {
  font-weight: bold;
  text-align: center;
  margin: 70px 0 0; }

#instructions {
  display: none;
  line-height: 40px;
  padding: 16px 0 0 16px;
  vertical-align: middle;
  font-style: italic;
  font-weight: bold; }

#instructions-mobile {
  display: none;
  font-style: italic;
  margin-bottom: 10px; }

#layout label + label {
  margin-left: 20px; }
#layout .photo-url {
  line-height: 85px; }
#layout input {
  vertical-align: middle; }

@media only screen and (max-width: 720px) {
  #output-section {
    display: none; }

  .field.is-grouped {
    display: block; } }

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