@charset "utf-8";
/* CSS Document */
.barchart { 
 /* background-color: #B2DFEE;*/
 background-image:url(../images/bargraph2.gif);
background-position:right center;
background-repeat:repeat-x;
  height: 1.5em;
  padding: 0em;
  margin: 0.625em 0; 
  width: 100%; }

.barchart .meter {
 /* background: #2daebf;*/
background-image:url(../images/bargraph.gif);
background-position:right center;
background-repeat:repeat-x;
  height: 100%;
  display: block; }

table.chart { 
  width: 100%;
  border-width: 0;
  margin: 40px 0; }

table tr.even, table tr.alt, table tr:nth-of-type(even) { 
	/*background: #FFF;*/ }

td.chart {
  font-size: 14px;
  margin-bottom: 50px;
  padding: 0 0 10px 0; }

p.percentage {
  font-size: 30px !important; 
  color: #6f6f6f;
  font-weight: 300;
  margin-bottom: 17px;}  
.row_barchart{
	padding:10px;
  }
