/* defining style may cause clashes with webpage  */
/* style elements conflicting with webpage (e.g. body) */
/* in the html document */

div.figure figure img {
    width: 100%;
}

img.external_link_svg {
    vertical-align: text-bottom;
}

a.extlink {
    text-decoration: none;
}

span.extlink_content {
    text-decoration: underline;
}

div.figure figcaption img {
    width: unset;
}

caption {
  caption-side: bottom;
  padding: 10px;
}

pre {
  overflow: auto;
}
