.wst-progress-bar {
	border-spacing:0;
	border:1px solid grey;
	height:15px;
	width:100%;
	border-radius:3px;
	line-height:0;
}
.wst-progress-bar td {
	padding:0;
}
.wst-progress-bar .wst-progress-bar-q0 {
	background-color:#ddd;
}
.wst-progress-bar .wst-progress-bar-q1 {
	background-color:#ffa0a0;
}
.wst-progress-bar .wst-progress-bar-q2 {
	background-color:#b0b0ff;
}
.wst-progress-bar .wst-progress-bar-q3 {
	background-color:#ffe867;
}
.wst-progress-bar .wst-progress-bar-q4 {
	background-color:#90ff90;
}
.wst-progress-bar .wst-progress-bar-missing {
	background-color:#fff;
}

/* skin overrides */
body.skin-minerva .wst-progress-bar {
	margin:0;
	display:table;
}