html {
  background-color: white;
  position: relative;
  min-width: 320px;
  min-height: 100vh;
}
html[data-react-loaded] {
  background-color: #848484;
}
html body {
  position: relative;
  min-width: 320px;
  font-size: 19px;
}
html body * {
  font-family: 'MuseoSans0', serif;
}
html body ul,
html body ol {
  padding: 0;
  margin: 0;
}
html body #content_root:empty {
  background: url("./_images/logo_icon.svg") no-repeat center center;
  background-size: 45px;
  position: fixed;
  width: 100%;
  height: 40vh;
  top: 0;
  left: 0;
}
html body .popover {
  padding: 0;
}
html body .popover .popover-content {
  padding: 0;
}
