div#download {
	margin: 10px 0px 10px 0px;
	padding: 10px;
	border: 1px solid black;
	background-color: #f9bb51;
	color: white;
	font-weight: bold;
}
div#upload {
	margin: 10px 0px 10px 0px;
	padding: 10px;
	border: 1px solid black;
	background-color: #f9bb51;
	color: white;
	font-weight: bold;
}
span#download_result {
  color: grey;
}
span#upload_result {
	color: grey;
}
div#clearfix {
 	clear: both;
}
#progress {
  margin-top: 20px;
}
div#download_progress {
  width: 400px;
  height: 15px;
  border: 1px solid black;
  margin: 5px;
}
div#upload_progress {
  width: 400px;
  height: 15px;
  border: 1px solid black;
  margin: 5px;
}
div#download_per_comp {
  width: 0px;
  height: 15px;
  background-color: #55B6D0;
}
div#upload_per_comp {
  width: 0px;
  height: 15px;
  background-color: #55B6D0;
}
div#info {
  margin-top: 60px;
}
div#events {
  float: right; 
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  padding: 10px;
  margin: 10px;
  padding-bottom: 25px;
  min-width: 270px;
  margin-top: -20px;
}
div#events h3{
	font-size: 14px;
}
div#oneminute {
	font-size: 10px;
	padding-left: 70px;
}
#sde, #sdp, #sd, #sue, #sup, #su {
	float: left;
	width: 30px;
}
#de, #dp, #d, #ue, #up, #u {
	color: #cccccc;
	line-height: 20px;
	font-size: 14px;
}

#download_skala, #upload_skala {
  position: relative;
}

#d0, #u0 {
  position: absolute;
  top: 0px;
  left: -1px;
}

#d100, #u100 {
  position: absolute;
  top: 0px;
  left: 364px;
}

#d50, #u50 {
  position: absolute;
  top: 0px;
  left: 190px;
}

#upload_text, #download_text {
  padding: 5px;
}
