@font-face {
  font-family: 'BebasNeueRegular';
  src: url('/css/bebas-neue-fontfacekit/BebasNeue-webfont.eot');
  src: url('/css/bebas-neue-fontfacekit/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
    url('/css/bebas-neue-fontfacekit/BebasNeue-webfont.woff') format('woff'),
    url('/css/bebas-neue-fontfacekit/BebasNeue-webfont.ttf') format('truetype'),
    url('/css/bebas-neue-fontfacekit/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.clock {
  background:#000000;
  max-width:700px;
  width: auto;
  margin:0 auto;
  margin-top:30px;
  padding:20px;
  border:2px solid #999999;
  color:#ffffff;
  border-radius:20px;
  text-align:center;
  display:block;
}
#Time { 
  font-family:'BebasNeueRegular', 'Arial Narrow', Arial, Helvetica, sans-serif;
  font-size:36px;
  line-height:normal;
  text-align:center;
  text-shadow:0 0 5px #00c6ff;
}
span.point {
  padding-left:3px;
  padding-right:3px;
}
#EpochClock {
  font-size:150px;
  text-shadow:0 0 10px #00c6ff;
}
#EpochMilliseconds {
  font-size: 24px;
  margin-top:0;
  padding: 0;
}
