data-saphir-graph{ display: block; margin-top: 24px; }
data-saphir-graph div{ z-index: 1; }
data-saphir-graph-v2{ display: block; margin-top: 24px; }
data-saphir-graph-v2 div{ z-index: 1; }

.dygraph-legend{ position: absolute; font-size: 12px; z-index: 10; background-color: transparent; line-height: normal;
    text-align: right; overflow: hidden; white-space: nowrap; }
.dygraph-legend-line { display: inline-block; position: relative; bottom: .5ex; padding-left: 1em; height: 1px; border-bottom-width: 2px; 
    border-bottom-style: solid; }
.dygraph-legend-dash{ display: inline-block; position: relative; bottom: .5ex; height: 1px; border-bottom-width: 2px; border-bottom-style: solid; }
.dygraph-roller{ position: absolute; z-index: 10; }
.dygraph-annotation { position: absolute; z-index: 10;  overflow: hidden; }
.dygraph-default-annotation{ border: 1px solid black; background-color: white; text-align: center; }
.dygraph-axis-label{ z-index: 10; line-height: normal; overflow: hidden; color: black; }
.dygraph-axis-label-x{ }
.dygraph-axis-label-y{ }
.dygraph-axis-label-y2{ }
.dygraph-title{ font-weight: bold; z-index: 10; text-align: center; }
.dygraph-xlabel{ text-align: center; }
.dygraph-ylabel{ font-size: 13px; }
.dygraph-label-rotate-left{ text-align: center; transform: rotate(90deg); -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); 
    -o-transform: rotate(90deg); -ms-transform: rotate(90deg); }
.dygraph-label-rotate-right { text-align: center; transform: rotate(-90deg); -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); 
    -o-transform: rotate(-90deg); -ms-transform: rotate(-90deg); }
