/* css style */
#root {
  height: 100%;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
  height: 100%;
  width: 100%;
}

body {
  color: hsl(0, 0%, 100%);
  background-color: white;
  background-size: 2rem 2rem;
  background-position: 0 0, 5rem 0, 5rem -5rem, 0px 5rem;
  background-color: rgba(220, 220, 220, 1);
}

/* osd main viewer */
#root.main {
  flex: auto;
  background-color: rgba(0, 0, 0, 0);
}

#root.left {
  float: left;
  box-sizing: border-box;
  border-right: 2px solid rgb(54, 95, 156);
  width: 50%;
  height: 100%;
}

#label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  height: 20%;
}
