/* CSS used inside of iframes generated by [[html]] blocks */

html#html-block-html,
html#html-block-html body {
  padding: 0;
  margin: 0;
  overflow: hidden;
  background: transparent;
}

/* The following rule makes iframe auto-shrink */

html#html-block-html body {
  height: auto;
}
