.battery-bar text { color: white; font-size: 12pt; margin-bottom: 2px; } .battery-bar trough, .battery-bar progress { min-height: 24px; border-radius: 4px; } .battery-bar progress { background-color: #02c3bd; } .grid-elements { border: solid 2px #666; border-radius: 8px; padding: 10px; margin: 5px; } scale slider { border: 2px solid #02c3bd; border-radius: 50%; } .status-ok { font-size: 10pt; padding: 8px; margin: 5px; border: 2px solid #666; border-radius: 4px; font-weight: bold; color: #0A0; } .status-not-ok { font-size: 10pt; padding: 8px; margin: 5px; border: 2px solid #666; border-radius: 4px; font-weight: bold; color: #F00; } .status-inaccessible { font-size: 10pt; padding: 8px; margin: 5px; border: 2px solid #666; border-radius: 4px; font-weight: bold; color: #666; }