body,
html {
  margin: 0;
}

#root {
  height: inherit;
}

svg:not(:root) {
  overflow: unset !important;
}

/* emulates Item Header in SVG */
g.label text {
  font-size: 0.8571428571428571em;
  text-transform: uppercase;
  fill: #a5adba;
  font-weight: 600;
}

/* This should probably controlled via JS to it doesn't get out of date with @atlaskit/tokens */
thead,
tbody {
  border-bottom: 1px solid var(--ds-border-neutral, #eee) !important;
}

hr {
  border: none;
  border-bottom: 1px solid var(--ds-border-neutral, #eee);
}
