.bar-main-container {
  display:table;
  margin: 6px auto;
  width: 100%;
  height: 18px;
  font-size: 0.9em;
  /*background-color: red;*/
}

.bar-label {
  display:table-cell;
  width: 34%;
  text-align: right;
  padding: 0px 6px;
  vertical-align:middle;
}

.bar-container {
  display:table-cell;
  vertical-align:middle;
  width: 62%;
}

.bar {
  float: left;
  border-radius: 4px;
  height: 18px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.bar-value {
	float: left;
	height: 18px;
	font-size: 0.8em;
	margin-left:6px;
}

/* COLORS */
.azurebar   { background: #38B1CC; }
.graybar   	{ background: #CCCCCC; }
.emeraldbar { background: #2CB299; }
.violetbar  { background: #8E5D9F; }
.yellowbar  { background: #EFC32F; }
.redbar    	{ background: #E44C41; }