.clock-wrap {
    bottom: 57px;
    color: #777;
    left: 17px;
    position: absolute;
    text-align: right;
    width: 130px;
}

#site-name {
    color: #1a3e5b;
    float: left;
    font-size: 15px;
    font-weight: bold;
    margin: -4px 0 0 20px;
}

#sidenav {
    padding-bottom: 180px; /* leave plenty of room for big clocks */
}
.anaclock-wrap {
    bottom: 10px;
    left: 0;
    position: absolute;
    text-align: left;
    width: auto;
}
.anaclock {
    float: left;
    padding: 0 10px;
}
.anaclock-heading {
    color: #777;
    text-align: center;
}
.anaclock-content {
    height: 90px;
    width: 90px;
}
