.meter > span {
	background-color: rgb(19,76,207);
	background-image: -webkit-gradient(
	  linear,
	  left bottom,
	  left top,
	  color-stop(0, rgb(19,76,207)),
	  color-stop(1, rgb(0,151,213))
	 );
	background-image: -moz-linear-gradient(
	  center bottom,
	  rgb(19,76,207) 37%,
	  rgb(0,151,213) 69%
	 );
}


