.totalWidth {
  width: 1300px;
}

.flexContainer {
  display: flex;
  justify-content: center;
  flex-direction: row;
}

.flex-item {
  padding: 5px;
  margin: auto;
  text-align: center;
}

.plotSelector {
    font-size: 18;
}
