body{
    text-align: center;
}
#date_time{
    margin: 20px 0;
}

.hero-circle {
    width: 180px;
    height: 180px;
    margin: 0 auto;
    position: relative;
    border: 3px solid #fff;
    border-radius: 50%;
    /*border: 1px solid #000;*/
    /*box-shadow: 0 0 10px rgba(34, 34, 34, 0.3),*/
                /*inset 0 0 10px rgba(34, 34, 34, 0.3);*/
    box-shadow: 0 0 8px 2px rgba(34, 34, 34, 0.3),
                inset  0 0 8px 2px rgba(34, 34, 34, 0.3);
    /*background: url(../images/bg.png) 0 50%*/
}

.is-moment .hero-circle {
    background-color: #61b2a7
}

.is-moment-timezone .hero-circle {
    background-color: #4e7cad
}

.hero-face {
    width: 100%;
    height: 100%
}

.hero-face:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    margin: -6px 0 0 -6px;
    background: #fff;
    border-radius: 6px;
    content: "";
    display: block;
    box-shadow: 0 0 0 1px #ccc;
}

.hero-hour {
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -4px 0 -4px -25%;
    padding: 4px 0 4px 25%;
    background: #fff;
    box-shadow: 0 1px 8px rgba(34, 34, 34, 0.3), inset 0 1px 8px rgba(34, 34, 34, 0.3);
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    border-radius: 4px 0 0 4px
}

.hero-minute {
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40% -3px 0;
    padding: 40% 3px 0;
    background: #fff;
    box-shadow: 0 1px 8px rgba(34, 34, 34, 0.3), inset 0 1px 8px rgba(34, 34, 34, 0.3);
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    border-radius: 3px 3px 0 0
}

.hero-second {
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40% -1px 0 0;
    padding: 40% 1px 0;
    background: #fff;
    box-shadow: 0 1px 8px rgba(34, 34, 34, 0.3), inset 0 1px 8px rgba(34, 34, 34, 0.3);
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%
}


.line{
    display: block;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 50%;
    right: 50%;
    width:1px;
    height: 100%;
    /*background-color: #000;*/
}
.line.g{
    transform: rotate(90deg);
}
.line.m:before,
.line.m:after{
    left: 0px;
    width: 1px;
}
.line.m5{
    transform: rotate(30deg);
}
.line.m10{
    transform: rotate(60deg);
}
.line.m20{
    transform: rotate(120deg);
}
.line.m25{
    transform: rotate(150deg);
}
.line:before,
.line:after{
    content: '';
    position: absolute;
    left: -1px;
    width: 3px;
    height: 6%;
    background-color: #aaa;
}
.line:before{
    top: 1px;
}
.line:after{
    bottom: 1px;
}