
.producer-grp{
    display: none;
}
.prosumer-grp{
    display: none;
}
.consumer-grp{
    display: none;
}

.current-user-power{
     background-color: lightblue;
     border-radius: 6px;
     padding: 10px;

     font-size: 26px;
        font-weight: bold;
}
.number{
    text-align: right;
}