/* docs/stylesheets/extra.css */
.utterances {
  position: relative;
  width: 100%;
  max-width: 760px;
  margin: 2rem auto;
  /* give it at least 400px of space */
  min-height: 400px;
}
.utterances-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  border: 0;
}

