*, *::before, *::after { box-sizing: border-box; }

#dc-root * { min-width: 0; }

tbody th,
tfoot th { text-align: left; }

img,
svg,
video,
canvas,
iframe {
  max-width: 100%;
  height: auto;
}

table { max-width: 100%; }
