.clock_widget {
    width: 200px;
    height: 250px;
    min-width: 200px;
    min-height: 260px;
    float: left;
    margin: 10px;
    display: none;
}

#clock_zone {
    text-align: center;
    font-weight: bold;
}

#clock_now {
    text-align: center;
    font-weight: bold;
}

