#progression {
	margin: 1px 0;
	/* width: 200px; */
	height: 20px;
	border: 1px solid #222;
	overflow:auto;
	border:solid 1px gray;
	}

#progression div {
	width: 0; height: 100%;
	border: 1px solid #222;
	background-color: #AAA;
	}

.state {
	overflow:auto;
	width:20px;
	height:20px;
	border: none;
	} 	
