/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 11.03.2019, 08:17:38
    Author     : mneufing
*/
.power-gauge g.arc {
        fill: steelblue;
}

.power-gauge g.pointer {
        fill: white;
        fill-opacity: 0.4;
        stroke: #666;
}

.power-gauge g.label text {
        text-anchor: middle;
        font-size: 14px;
        font-weight: bold;
        fill: #666;
}

.box {
    border: 1px solid steelblue;
    margin: 5px;
    padding: 20px;
}

.credits {
    clear: both;
    margin-top: 5px;
    font-size: smaller;
    color: grey;
}

.box.small{
    margin: 0;
    margin-top: 6px;    
    box-sizing: border-box;
    width: 50%;
}
.box.small.left {
    margin-right: 3px; 
    margin-bottom: 3px;
}
.box.small.right {
    margin-left: 3px; 
    margin-bottom: 3px;
}


