ol.progtrckr {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ol.progtrckr li {
    display: inline-block;
    text-align: center;
    line-height: 3em;
}

ol.progtrckr[data-progtrckr-steps="2"] li { width: 50%; }
ol.progtrckr[data-progtrckr-steps="3"] li { width: 33.335%; }
ol.progtrckr[data-progtrckr-steps="4"] li { width: 25%; }
ol.progtrckr[data-progtrckr-steps="5"] li { width: 20%; }
ol.progtrckr[data-progtrckr-steps="6"] li { width: 16.668%; }
ol.progtrckr[data-progtrckr-steps="7"] li { width: 14.286%; }
ol.progtrckr[data-progtrckr-steps="8"] li { width: 12.5%; }
ol.progtrckr[data-progtrckr-steps="9"] li { width: 11.1%; }

ol.progtrckr li.progtrckr-done {
    color: black;
    border-bottom: 4px solid yellowgreen;
}
ol.progtrckr li.progtrckr-todo {
    color: silver; 
    border-bottom: 4px solid silver;
}
ol.progtrckr li.progtrckr-onprogress {
    color: orange; 
    border-bottom: 4px solid orange;
}
ol.progtrckr li.progtrckr-error {
    color: red; 
    border-bottom: 4px solid red;
}

ol.progtrckr li:after {
    content: "\00a0\00a0";
}
ol.progtrckr li:before {
    position: relative;
    bottom: -2.5em;
    float: left;
    left: 50%;
    line-height: 1em;
}
ol.progtrckr li.progtrckr-onprogress:before {
    color: white;
    background-color: orange;
    height: 1.8em;
    width: 1.8em;
    line-height: 1.8em;
    border: none;
    border-radius: 1.8em;
	bottom:-2.2em;
}
ol.progtrckr li.progtrckr-done:before {
    color: white;
    background-color: yellowgreen;
    height: 1.2em;
    width: 1.2em;
    line-height: 1.2em;
    border: none;
    border-radius: 1.2em;
}
ol.progtrckr li.progtrckr-todo:before {
    color: white;
    background-color: silver;
    height: 1.2em;
    width: 1.2em;
    line-height: 1.2em;
    border: none;
    border-radius: 1.2em;
	
}
ol.progtrckr li.progtrckr-error:before {
    color: white;
    background-color: red;
    height: 1.2em;
    width: 1.2em;
    line-height: 1.2em;
    border: none;
    border-radius: 1.2em;
	
}
.number1:before{
	content:"1";
}
.number2:before{
	content:"2";
}
.number3:before{
	content:"3";
}
.number4:before{
	content:"4";
}
.number5:before{
	content:"5";
}
.number6:before{
	content:"6";
}
.number7:before{
	content:"7";
}
.number8:before{
	content:"8";
}
.number9:before{
	content:"9";
}