﻿.meter {   height: 20px;  /* Can be anything */  position: relative;  background: #555;  -moz-border-radius: 25px;  -webkit-border-radius: 25px;  border-radius: 25px;  padding: 10px;  box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3);}.meter > span.bg {  display: block;  height: 100%;  border-top-right-radius: 8px;  border-bottom-right-radius: 8px;  border-top-left-radius: 20px;  border-bottom-left-radius: 20px;  background-color: rgb(23,108,157);  position: relative;  overflow: hidden;  color: #ffffff;}.meter > span.percentage{  position: absolute;  top: 0;  bottom: 0;  left: 0;  right: 0;  height: 20px;  color: white;  text-align: center;  margin: auto;}