
.UIClockSystem {
   // position: absolute;
    right: ;
    height: 40px;
    top: 0px;
    width:  100%;
    text-align:  right;
    z-index: 9999;
  //  background-color:#fbfbfb;
 
}
.UIClockSystem .clock {
    color: #333333;
    display: inline-block;
    font: 12px arial;
    /* margin: 0; */
    margin-right: 18px;
    margin-top: 7px;
}
