#animal-time {
    font-weight: bold;
    text-align: center;
}
#animal-realtime, #time-input {
    text-align: center;
}
#animal-clock {
    text-align: center;
    position: relative;
    height: 200px;
    width: auto;
}
#animal-clock * {
    position: absolute;
    left:0;
    right:0;
    margin: auto;
}
#ac-frame {
    z-index: 1;
}
.ac-lbl {
    width: 200px;
    height: 200px;
}
.ac-lbl div {
    width: 200px;
    height: 200px;
    font-weight: bold;
    color: white;
    opacity: 0.5;
}
.ac-lbl div span {
    margin-top: 30px !important;
}
.ac-lbl div:nth-child(1) {
    rotate: 60deg;
}
.ac-lbl div:nth-child(2) {
    rotate: 180deg;
}
.ac-lbl div:nth-child(3) {
    rotate: 300deg;
}