.html5-progress-bar { margin-bottom: 20px; }
.html5-progress-bar progress { background-color: #DA7000; width: 80%; height: 5px; overflow: hidden; margin-bottom: 20px; }
.html5-progress-bar progress::-webkit-progress-bar { background-color: #FFEBC9; }
.html5-progress-bar progress::-webkit-progress-value { background: #FFCC00; background: -moz-linear-gradient(top,  #FFCC00 0%,
 #FF7700 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFCC00), color-stop(100%,#FF7700));
 background: -webkit-linear-gradient(top,  #FFCC00 0%,#FF7700 100%); background: -o-linear-gradient(top,  #FFCC00 0%,#FF7700 100%);
 background: -ms-linear-gradient(top,  #FFCC00 0%,#FF7700 100%);
 background: linear-gradient(to bottom,  #FFCC00 0%,#FF7700 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFCC00', endColorstr='#FF7700',GradientType=0 ); border-radius:9px 0 0 9px; }
.html5-progress-bar progress::-moz-progress-bar {
	background: #cdeb8e;
	background: -moz-linear-gradient(top,  #cdeb8e 0%, #a5c956 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cdeb8e), color-stop(100%,#a5c956));
	background: -webkit-linear-gradient(top,  #cdeb8e 0%,#a5c956 100%);
	background: -o-linear-gradient(top,  #cdeb8e 0%,#a5c956 100%);
	background: -ms-linear-gradient(top,  #cdeb8e 0%,#a5c956 100%);
	background: linear-gradient(to bottom,  #cdeb8e 0%,#a5c956 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdeb8e', endColorstr='#a5c956',GradientType=0 );
	border-radius: 9px;
}
.html5-progress-bar .progress-value {
	padding: 0px 5px; line-height: 20px; margin-left: 5px; font-size: .8em; color: #555; height: 18px; float: right;
}
#totval, #load, #pole {
	font-size: var(--font-size-4);
	color: #999999;
}
#saces {
	color: var(--color-main);
	font-weight: 600;
}
