#ProgressContainer {
visibility: hidden;
display: none;
}
#ProgressText {
  float: left;
  margin: 0 4px 0 0;
  padding-left: 10px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:14px;
  font-weight: bold;
  padding-right: 10px; 
  display: table-cell; 
  color: #3ab54b;
}
table.progress-table {
	border-width: 0px;
	border-spacing: ;
	border-style: none;
	border-color: gray;
	border-collapse: separate;
  font-family:Arial, Helvetica, sans-serif;
  font-size:2px;
}
table.progress-table td {
	border-width: 1px;
	padding: 1px;
	border-style: solid;
	border-color: gray;
}
table.progress-table td.done {
  background-color: #c0c0c0;
}
table.progress-table td.active {
  background-color: #BD9B6A;
}
table.progress-table td.hidden {
 visibility: hidden;
}
