.uspora_graph_box .play-pause-button {
  margin-left: 10px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  border: 1px solid #56AB56;
  border-radius: 25px;
  color: white;
  background-color: #56AB56;
  transition: background-color 250ms;
}
.uspora_graph_box .play-range {
  transform: translateY(2.5px);
  width: calc(100% - 90px);
  background: #f8f8f8;
  float: right;
  margin-top: 17px;
}
.uspora_graph_box .highcharts-title {
  font-size: 40px !important;
}
.uspora_graph_box .highcharts-subtitle span {
  color: #a0dc1e;
}
@media screen and (max-width: 768px) {
  .uspora_graph_box .highcharts-subtitle span {
    font-size: 20px !important;
  }
}
.uspora_graph_box .highcharts-description {
  font-size: 12px;
}/*# sourceMappingURL=style.css.map */