.IncompatibleChart .content-left {
  width: calc(100% - 370px);
}
.IncompatibleChart .content-right {
  background-color: white;
  margin-left: 10px;
  padding-left: 10px;
  width: 350px;
  overflow-y: auto;
}
.IncompatibleChart .fullCell {
  cursor: pointer;
}
