
body {
     background: #000000;
}

.jcgmt-container {
    float:center;
    padding: 3px;
}
.jcgmt-container .jcgmt-lbl {
    font-size:50px;
    color: #ffffff;
    line-height: 60px;
    background: #000000;
    text-align: center;
    padding-bottom: 5px;
    width: 100%;
    margin: 0 auto;
}
.jcgmt-clockHolder {
    width:100%; 
    margin:0 auto;
    position:relative;
    overflow: hidden;
}
.jcgmt-sec,
.jcgmt-min,
.jcgmt-hour {
    display:block;
    position:absolute;
}

.jcgmt-rotatingWrapper {
    position:absolute;
    width:100px;
    height:100px;
}
.jcgmt-digital,
.jcgmt-sec,
.jcgmt-min,
.jcgmt-hour
    {
    font-weight:normal;
    font-size: 170px;
    background: #000000;
    color: #ffffff;
    text-align:center;
    margin-left:8px;
}
.jcgmt-date
    {
    font-weight:normal;
    font-size: 30px;
    background: #000000;
    color: #ffffff;
    text-align:center;
    margin-left:8px;
}

