@charset "utf-8";
#dateUTC{
	display: none;
}
#datage{
	position: absolute;
left: 66px;
    top: 62px;
    width: 266px;
    height: 109px;
    z-index: 2;
    font-size: 1.3em;
    color: #FFF;
    font-family: 'Myriad Pro', sans-serif;
    padding: 10px 15px 8px 15px;
    display: block;	
    text-shadow: 1px 2px #000;
    background-color: rgba(0, 0, 0, .6);
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
#datage>ul>li{
	display:inline-block;
	line-height: 1;
	/*min-width: 48.5%;*/
	/*margin:0 auto;*/
	margin-left:5px;
	white-space: nowrap;
	/*font-size: 24px;*/
	text-transform: uppercase;
}
#datage h2>span{
	font-weight: bold;
}
#moment-day{
	font-family: 'Myriad Pro', sans-serif;
	/*font-weight:normal;*/
    font-size: 1.8em;
    padding-bottom:.7em;
    /*display: none;*/
}
#moment-year{
	display:none;
}
#pendule{
	white-space: nowrap;
	float:right;
	text-transform:capitalize;
}
.ampm{
	display: none;
}