/* 
    Created on : 28-ene-2014, 16:14:33
    Author     : Pablo de la Concepcion Sanz <pconcepcion@e-externas.aena.es>
*/

.bar {
  fill: steelblue;
}

.bar:hover {
  fill: brown;
}

text.bar_value {
  fill: white;
  font: 10px sans-serif;
  text-anchor: end;
}

text.bar_title {
  fill: black;
  font: 10px sans-serif;
  text-anchor: end;
}

.axis text {
  font: 10px sans-serif;
}

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