.performanceDisplayContainer {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}

.graphContainer {
  float: left;
  width: calc(100% - 1em);
  border: 1px solid;
}

.errorMessage {
  text-align: center;
  position: relative;
  top: 50%;
  font-size: 25px;
}

.msFontColorRedDark {
  color: #a80000;
}