#progresswrapper {
	position: fixed;
	top: 0px;
	height: 2px;
	width: 100%;
	z-index: 1000; 
}
#progressbar {
	top: 0;
	position: fixed;
	height: 6px;
	width: 100%;
	/*background: none;*/
 	direction:ltr;
}
progress:not([value]) {
	display: none;
}
 
progress[value] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
	color: #ff0000;
	background-color: #f55020;
	border: 0; 
}
 
progress::-webkit-progress-bar { background: none; }
progress::-webkit-progress-value { background-color:#FFB853; }