.dygraph-legend {
    font-size:16px !important;
    right: 0;
    margin-top: -50px;
    background:transparent;
}
.dygraph-axis-label-y {
    text-align:left;
    margin-left:-3px;
}
.dygraph-update-date {
    margin-bottom:25px;
}
.dygraph-legend .highlight {
    background-color: unset;
    padding: unset;
    font-size: unset;
    line-height: unset;
    color: unset;
    overflow-x: unset;
}
@media screen and (max-width: 600px) {
  .dygraph-update-date, .dygraph-legend {  
      font-size:0.9em !important;
  }
  .dygraph-rangesel-zoomhandle {
      transform: scale(0.6);
  }
  .dygraph-legend {
       margin-top: -54px;
  }
  .dygraph-update-date {
    margin-bottom: 15px;
}
}