-webkit-border-radius: 50%;
-webkit-border-radius: 50%;
-webkit-box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.8);
-moz-box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.8);
box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.8);
-webkit-border-radius: 50%;
-webkit-animation: rotate 60s infinite linear;
-webkit-transform-origin: left bottom;
-moz-animation: rotate 60s infinite linear;
-moz-transform-origin: left bottom;
-ms-animation: rotate 60s infinite linear;
-ms-transform-origin: left bottom;
-o-animation: rotate 60s infinite linear;
-o-transform-origin: left bottom;
animation: rotate 60s infinite linear;
transform-origin: left bottom;
#clock span.hand.second {
#clock span.hand.minute {
-webkit-animation-duration: 3600s;
-moz-animation-duration: 3600s;
-ms-animation-duration: 3600s;
-o-animation-duration: 3600s;
animation-duration: 3600s;
-webkit-animation-duration: 84600s;
-moz-animation-duration: 84600s;
-ms-animation-duration: 84600s;
-o-animation-duration: 84600s;
animation-duration: 84600s;
@-webkit-keyframes rotate {
0% { -webkit-transform: rotate(0deg);}
100% { -webkit-transform: rotate(360deg);}
0% { -moz-transform: rotate(0deg);}
100% { -moz-transform: rotate(360deg);}
0% { -ms-transform: rotate(0deg);}
100% { -ms-transform: rotate(360deg);}
0% { -o-transform: rotate(0deg);}
100% { -o-transform: rotate(360deg);}
0% { transform: rotate(0deg);}
100% { transform: rotate(360deg);}