body {
  font-family: Arial, Helvetica, sans-serif;
  color: grey;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#graphic-container {
  position: relative;
  top: 65px;
}

#graphic-container,
#cell-container {
  display: flex;
  flex-flow: row;
  max-width: 80em;
  margin: auto;
  /* margin-top: 0; */
}

#cell-container,
.graphic-row {
  flex-grow: 1;
}

#row-label-container,
.graphic-row {
  display: flex;
  flex-flow: column;
}

#row-label-container {
  text-align: right;
  width: 100px;
}

.row-label {
  height: 30.7px;
  margin: 0;
  flex-shrink: 0;
  border-top: 1px rgb(206, 206, 206) solid;
  border-bottom: 1px rgb(206, 206, 206) solid;
  box-sizing: border-box;
  padding-right: 5px;
  line-height: 30px;
}

.col-label {
  width: 5px;
  height: 10px;
  font-size: 0.7em;
}

.graphic-item {
  height: 30px;
  margin: 1px 0px;
}

#hoverbox {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.9);
  max-width: 250px;
  border: 2px black solid;
  pointer-events: none;
  opacity: 0;
  padding: 1em;
  font-size: 0.9em;
}

#hoverbox::first-line {
  text-transform: uppercase;
  color: black;
  font-size: 16px;
}

.hover-emph {
  color: black;
}

#legend-container {
  display: block;
  width: 160px;
  height: 60px;
  fill: grey;
  font-size: 16px;
  position: absolute;
  right: 10px;
}

#legend {
  transform: translateY(25px);
  font-size: 14px;
}

.date-labels {
  position: relative;
  top: 65px;
  left: 110px;
  width: calc(100% - 120px);
  display: flex;
  flex-flow: row;
  justify-content: space-between;
}
