/* Extracted from alpha/index.html (de-monolith). url() paths are ../ to
   resolve from alpha/css/ exactly as they did from /alpha/. */
	/*FOR THE WORLD TIME CLOCK*/

.ClockDiv {
    height: auto;
    width: 100%;
    background-color: #111111;
    display: none;
}
.clear {
clear:both;
height:0;
line-height:0;
overflow:hidden;
}
body {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-align:center;
background-color:#040404;
color:#fff;
}
#wrapper {
	display: inline-block;
	z-index: 20000;
	font-size: 10px;
	width:auto;
text-align:left;
margin:0 auto;
/*position: absolute;*/
}
#airport-data {
border:1px solid #454545;
background-color:#000;
overflow:hidden;
height:46px; /*previously 80*/
width: 726px;
}
.world-time {
border-collapse:collapse;
width:727px;
height:30px; /*previously 80*/
border:none;
float:right;
margin-bottom:-1px;
}
.world-time td {
text-align:left;
border-left:1px solid #454545;
}
.world-time-city td {
font-family: 'Montserrat', sans-serif;
text-transform: uppercase;
background-color:#343434;
padding-top:5px;
padding-bottom:0px;
padding-left:18px;
vertical-align:top;
width:120px;
}
.world-time-value td {
background:url(../time-bg.png) repeat-x left top;
font-size:19px;
vertical-align:middle;
height:30px; /*previously 55*/
border-bottom:1px solid #454545;
padding-left:18px;
font-family:DINProRegular;
}
.world-time-value td span {
/*color: #024FFF;*/
/*color: #FCD116;*/
/*color: #0F0D4D;*/
color:#57acaf;
}
.world-time-value td span.tickymicky {
display:inline-block;
width:8px;
overflow:hidden;
text-align:center;
}
.world-time-value td span.ampm {
font-size:15px;
}
.world-time .buttons td img {
display:block;
border-top:1px solid #454545;
}
.world-time-value td span.zone_h,.world-time-value td span.zone_m {
color:#fff;
}
