   	.bar-main-container {
  margin: 10px auto;
 /* width: 300px;*/
  height: 50px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-family: sans-serif;
  font-weight: normal;
  font-size: 0.8em;
  color: #FFFFFF !important;
}

.wrap { padding: 8px; }

.bar-percentage {
  border-radius: 4px;
  font-size: 16px;
  height: 12px;
  margin: 0 auto -35px;
  padding: 9px 0;
  width: 50px;
  
}

.bar-container {
  background: #000000;
   border-radius: 25px;
  height:40px;
  margin: 16px 0;
  overflow: hidden;
  border:3px solid #363636;

}

.pbar {
  float: left;
  background: #cc171e;
  height: 100% !important; 
  border-radius: 15px  0px  0px  15px;
  /*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
-webkit-box-shadow: inset -44px 11px 51px -31px rgba(255,255,255,1);
-moz-box-shadow: inset -44px 11px 51px -31px rgba(255,255,255,1);
box-shadow: inset -44px 11px 51px -31px rgba(255,255,255,1);*/
}

/* COLORS */
/*.azure   { background: #38B1CC; } */