#kae-time-health {
    position: absolute;
    top: 50px;
    right:20px;
    width: 10px;
    height: 10px;
    border: 1px solid #EEEEEE;
}
#kae-time-health a {
    display: block;
    width: 10px;
    height: 10px;
}
#kae-time-health.status-0 {
    background-color: orange;
}
#kae-time-health.status-1 {
    background-color: green;
}
#kae-time-health.status-2 {
    background-color: red;
}

.kae-debug-log {
    width: 600px;
    height:200px;
}

form#klondike-health-form.kds-form-std .fieldset-description {
    margin-left: 0;
}