1div.statdisplay-progress {
2    width: 150px;
3    height: 15px;
4    background-color: __background_alt__;
5    border: 1px solid __text_alt__;
6}
7
8div.statdisplay-progress span {
9    display: block;
10    height: 100%;
11    background-color: __text_alt__;
12}