@import url(href=https://fonts.googleapis.com/css?family=Lato);
@import url(https://fonts.googleapis.com/css?family=Lato);

.clock {
    margin-top: 4px;
    color: #fff;
    margin-bottom: 4px;
}
#Date {
    /* font-family: Arial, Helvetica, sans-serif; */
    text-align: center;
    letter-spacing: normal;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 14px;
}
.clock ul {
  margin:0 auto;
  padding:0px;
  list-style:none;
  text-align:center;
}
.clock ul li {
  display:inline;
  font-size:14px;
  text-align:center;
  text-transform:capitalize;
  font-family:"Lato", sans-serif;

}
#point {
  position:relative;
  -moz-animation:mymove 1s ease infinite;
  -webkit-animation:mymove 1s ease infinite;
  padding-left:5px; padding-right:5px;
}
@-webkit-keyframes mymove 
{
0% {opacity:1.0; text-shadow:0 0 20px #00c6ff;}
50% {opacity:0; text-shadow:none; }
100% {opacity:1.0; text-shadow:0 0 20px #00c6ff; }    
}
@-moz-keyframes mymove 
{
0% {opacity:1.0; text-shadow:0 0 20px #00c6ff;}
50% {opacity:0; text-shadow:none; }
100% {opacity:1.0; text-shadow:0 0 20px #00c6ff; }    
}