html,
body,
#root {
  height: 100%;
  margin: 0;
}

/* minimal reset for embedded view */
body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
    'Helvetica Neue', Arial;
}

#root > div:first-child > div:nth-child(2) {
  padding: 0 16px !important;
}
