/*!
 * Start Bootstrap - Scrolling Nav HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

#chart-container1 {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 20px;
}


svg {
      font: 10px sans-serif;
    }

    .line {
      fill: none;
      opacity: 0.8;
      stroke: #033376;
      stroke-width: 1.5px;
      shape-rendering: crispEdges;
      clip-path: url(#clip);
    }
    .area{
        fill: #033376;
        opacity: 0.75;
        clip-path: url(#clip);
    }


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

    .brush .extent {
      stroke: #fff;
      fill-opacity: .125;
      shape-rendering: crispEdges;
    }
	
