:host {
  margin: 20px 20px 0px 0px;
  width: 100%;
  height: 100%;
  max-width: 730px;
  max-height: 530px;
}

.graph-wrapper {
  display: flex;
  flex-direction: column;
  padding: 15px;
}

.graph-header {
  margin-bottom: 15px;
}

.graph-title {
  margin-left: 10px;
  font-size: 20px;
  color: #09F;
}

.sample-interval-cont {
  margin-right: 10px;
}

.cstm-icon-btn {
  margin: 0px 5px;
  height: 24px;
  width: 24px;
  cursor: pointer;
}
/* .cstm-icon-btn:active {
  box-shadow: 0px 0px 10px 1px #CCC;
} */

.sample-btn.yellow {
  color: #FC0;
}
.sample-btn.green {
  color: #329b46;
}

.reset-btn {
  color: #D00;
}

.export-btn {
  color: #09F;
}

#export-data-anchor {
  display: none;
}