
/* - dygraph.css - */
/* https://ecostress.jpl.nasa.gov/portal_css/dygraph.css?original=1 */
.dygraph-legend {
position: absolute;
font-size: 14px;
z-index: 10;
width: 250px;  /* */
background: white;
line-height: normal;
text-align: left;
overflow: hidden;
}
/* */
.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-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);
}

