body {
    font-family: Arial, sans-serif;
}

#page-title {
    text-decoration: none;
    color: #ffffff;
    font-size: 1.6rem;
    line-height: 1;
}
#page-title span {
    font-size: 0.8em;
}

tr.sensor-not-alive {
    color: #aaaaaa;
}

.battery-100 strong,
.battery-90 strong,
.battery-80 strong,
.battery-70 strong,
.battery-60 strong {
    color: green;
}
.battery-50 strong,
.battery-40 strong {
    color: #9f9800;
}
.battery-30 strong,
.battery-20 strong {
    color: #ff7a06;
}
.battery-10 strong,
.battery-0 strong {
    color: red;
}