/*
* tmac.charts.css
* This file contains charts styles
*/

.flot-tick-label {
  font : 10px Verdana, Helvetica, Arial, sans-serif;
  color : lightskyblue;  
}
/*.flot-x-axis .flot-tick-label {
  color : lightskyblue;
}
.flot-y1-axis .flot-tick-label {
  color : azure;
}
.flot-y2-axis .flot-tick-label {
  color : Yellow;
}
*/
#chart-canvas {
  width: 100%;
  height: 100%;
}
#p-chart-canvas {
  width: 100%;
  height: 100%;
}
