.position {
  color: white;
  background-color: transparent;
  padding-left: 1em;
  padding-right: 1em;
  font-family: Arial;
  font-size: 85%;
  position: absolute;
  left: 0;
  bottom: 0px;
  margin-bottom: 7px;
  width: 100%;
}

.position-cesta {
  float: left;
  border: 0px;
  margin-top:1px;
  padding:0px;
  width: 350px;
  height: 1em;
  text-overflow: ellipsis;
  white-space: nowrap; 
  overflow: hidden;
  height:1.5em;  
}

.position-where 
{
  color: White;
  font-style: italic;
  background-color: transparent;
  text-overflow: ellipsis;
  white-space: nowrap; 
  overflow: hidden;  
}

.position-where a {
  color: White;
  background-color: transparent;
}

.position-where a:hover {
  color: Yellow;
  background-color: transparent;
}

.position-cas {
  float: right;
  margin-right: 1em; 
  vertical-align: middle;
  margin-bottom: 1px;
}

.position-cas input#id_timer_text
{
	background: transparent;
	color: white;
	font-size: 90%;
	border: 0px;
	width: 3.5em;
}

.position-cas input#id_timer_clock
{
	background: transparent;
	color: white;
	font-size: 90%;
	border: 0px;
}

.position-cas table#id_timer_bar
{
  display: inline;
  width: 200px;
  border: 0px solid gray;
  border-collapse:collapse;
  background: transparent;
  padding:0px;
  margin-right: 1em;
}

.position-cas td#id_timer_bar_left
{
  height : 10px;
  background: green;
  border-top: 1px solid gray;
  border-left: 1px solid gray;
  border-bottom: 1px solid gray;
  border-right: 0px solid gray;

}

.position-cas td#id_timer_bar_right
{
  height : 10px;
  background: black;
  border-top: 1px solid gray;
  border-left: 0px solid gray;
  border-bottom: 1px solid gray;
  border-right: 1px solid gray;
}

/*
.position-cas table {
	border-collapse:collapse;
  width: 200px;
  height: 10px;
  font-size: 0.2em;
  border: 1px solid #999999;
}

.position-cas table td#id_timer_left {
  background: green;
}

.position-cas table td#id_timer_right {
  background: transparent;
}

#id_timer {
  width: 4em;
  text-align: right;
  float: left;
}
*/
