@charset "utf-8";
#dateUTC{
	display: none;
}
#datage{
position: absolute;
left: 67px;
    top: 33px;
    width: 250px;
    /*background-color: #096c9d;*/
    z-index: 2;
    font-size: 1.3em;
    color: #FFF;
    font-family: 'Trajan Pro';
    padding: 10px 15px 8px 15px;
    display: block;	
}
#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: 500;
}
#moment-day{
	font-family: 'Trajan Pro';
	/*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;
	    font-size: 40px;
	    position: relative;
	    top: 11px;
	    left: -6px;
}
.ampm{
	display: none;
}