/* Stylesheet goes here */
#vis-contain {
	margin: 0px auto;
	width: 80%;
}

.axis, .focus, .estimate, .credit, .details {
	font-size: 10px;
	font-family: 'Lato', sans-serif;
}

.estimate, .credit {
  font-style: italic;
}

.credit {
  fill: #999;
}

.brent-price {
  font-size: 10px;
  font-family: 'Lato', sans-serif;
  stroke: none;
  fill: #000;
}

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

.price.axis line {
  stroke: #ccc;
}

.breakeven {
  font-style: italic;
  font-size: 12px;
}

.breakeven:hover {
  cursor: pointer;
}

.x.axis path {
  display: none;
}

.today.axis line {
  stroke-dasharray: 3, 3;
}

.brent.axis {
  stroke-dasharray: 3, 3;
  stroke: #ccc;
  stroke-width: 1px;
  shape-rendering: crispEdges;
}

.today.brent.mark {
  stroke-dasharray: 3, 3;
  stroke: #000;
  stroke-width: 1px;
  shape-rendering: crispEdges;
}

.line {
  fill: none;
  stroke: steelblue;
  stroke-width: 2px;
}

.line2 {
  fill: none;
  stroke: none;
}

.area {
  fill: steelblue;
}

.area2 {
  fill: #CD223B;
}

.overlay {
  fill: none;
  pointer-events: all;
}

.focus circle {
  fill: none;
  stroke: #CD223B;
}

.d3chart-key {
  text-anchor: left;
  font-family: Lato;
  font-size: 12px;
}

.d3chart-title {
  text-anchor: start;
  font-family: Lato;
  font-size: 18px;
  font-weight: bold;
  fill: #CD223B;
}