.time-series-graphs .header {
    margin: 10px;
    border-bottom: 1px #dddddd solid;
    padding-bottom: 10px;
    font-style: italic;
}

.time-series-graphs .graph .title {
    margin: 10px;
}
.time-series-graphs .graph .title .main {
    font-size: large;
    font-weight: bold;
}
.time-series-graphs .graph .title .sub {
    font-style: italic;
}

.time-series-graphs .graph .graph-header {
    margin: 10px;
}

.time-series-graphs .body .graph-header span {
    font-weight: bold;
    font-style: italic;
}

.time-series-graphs .body svg.chart {
    height: 550px;
    width: 100%;
}

.axis path, .axis line {
    fill: none;
    stroke: #777;
    shape-rendering: crispEdges;
}

.axis text {
    font-family: 'Arial';
    font-size: 10px;
}

.time-series-graph-x-label {
    font-style: italic;
}

.tick {
    stroke-dasharray: 1, 2;
}

.bar {
    fill: FireBrick;
}

#confirm-point-graph-modal label, #confirm-point-graph-modal input {
    margin: 20px 5px 0 10px;
}

.grid-cell-selector {
    text-align: right;
    /*left: 100px;
    margin-top: 15px;*/
    /*float: right;*/
}

.graph-time-series-picker, .time-series-csv-download {
    margin: 15px 0 15px 25px;
}
