/*Added for small screen devices like iphone 5/SE*/
.mod-performance-app__legend {
  margin-bottom: 10px;
}
.mod-performance-app__legend li {
  border-style: solid;
  border-width: 0 0 0 3px;
  background-color: #f2dfce;
  padding: 3px 10px;
  font-size: 14px;
  display: inline-block;
  margin-right: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 80%;
}
.mod-performance-app__controls .o-forms-select,
.mod-performance-app__controls .o-forms-label {
  display: inline-block;
  margin: 0 10px 10px 0;
  width: auto;
  max-width: 80%;
}
.mod-performance-app__controls span {
  margin-right: 10px;
}
#modchart {
  height: 394px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 490px) and (max-width: 739px) {
  #modchart {
    height: 230px;
  }
}
@media only screen and (max-width: 489px) {
  #modchart {
    height: 173px;
  }
}
