.start {
 margin: 1em 1em 1em 1em; background-color:#F5F5F5; 
}

.flip-clock-wrapper ul {
  position: relative;
  float: left;
  margin: 5px;
  width: 15%;
  height: 100%;
  font-size: 82px;
  font-weight: bold;
  line-height: 110%;
  border-radius: 6px;
  background: #000;
}
.clock {
width: 100%;
height: 116px;
margin: 0 auto;
text-align: center;
vertical-align: middle;
}
.flip-clock-wrapper ul {
  position: relative;
  float: left;
  margin: 1%;
  width: 14%;
  height: 100%;
  font-size: 82px;
  font-weight: bold;
  line-height: 110%;
  border-radius: 6px;
  background: #000;
}
.flip-clock-divider {
  float: left;
  display: inline-block;
  position: relative;
  width: 2%;
  height: 100px; 
}

.flip-clock-wrapper ul li a div.up:after {
  content: "";
  position: absolute;
  top: 94%;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 3px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4); 
}

.flip-clock-wrapper ul li a div div.inn {
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 200%;
  color: #ccc;
  text-shadow: 0 1px 2px #000;
  text-align: center;
  background-color: #333;
  border-radius: 6px;
  font-size: 100%; }
  .flip-clock-wrapper ul {
  position: relative;
  float: left;
  margin: 1%;
  width: 14%;
  height: 100%;
  font-size: 82px;
  font-weight: bold;
  border-radius: 6px;
  background: #000;
  line-height: 110px;
}

#slider{
    width:100%;
    height:25px;
    border:1px solid #000;
    overflow:hidden; }
#sliderbar{
    width:37%;
    height:25px;
    border-right: 1px solid #000000;
    background: #00ff00; }
#sliderbar_text {
    color: #000000;
    font-size: 15px;
    font-style: italic;
    font-weight: bold;
    left: 20px;
    position: relative;
    top: -23px; }
    
.listener{
 font-size: 25px;
    font-weight: bold;
}


.listener_min    {
    position: absolute;
    left:80px;
    top:70px;
}
.listener_max    {
    position: absolute;
    left:80px;
    top:90px;

}   

table, th, td {
	text-align: left;
 padding: 1px;
} 
.moderator_on_air{
    position: absolute;
    top:24px;
    right:25px;
    font-size: 25px;
    
}

.moderator_on_air_time{

    position: absolute;
  width: 100%; 
top:10px;

  text-shadow: 0 1px 2px #000;
  text-align: center;
font-size: 20px;
}

.moderator_on_air_time_current{
    position: absolute;
  width: 100%; 
top:40px;
font-size: 20px;
  text-shadow: 0 1px 2px #000;
  text-align: center;

}
.logo_img{
   
   right:0px;
   top:0px;
}
.copyright{
   font-size: 10px; 
   text-align: left; 
   color: #707070; 
}
.version{
   font-size: 10px; 
   text-align: right; 
   color: #707070; 
}

.ramp {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 99;
	background: transparent; 
	width: 100%;
	height: 100%;
	padding: 0px;
	text-align: center;
    display: none;

}
.rampvalue {
	width: 100%;
	opacity: 1 !important;
	text-align: center;
    font-size: 300px; 
    font-weight:bold;
   color: #FF0000;

}