.eingabeweight {
    border: solid, 2px;
    border-color: cyan;
    background-color: #21242b;
    max-width: 100px;
    height: 20px;
}

.btnaddeingabe {
    background-color: #21242b;
    color: #D0D8D2;
}

.btnweightlist {
    border: solid, 2px;
    border-color: #71248a;
    background-color: #21242b;
    width: 80px;
    height: 25px;
    font-weight: bold;
    color: #D0D8D2;
    margin: 15px;
}

.btnweightlist:hover {
    box-shadow: 0 6px 8px 0 rgba(0, 00, 0, 0.85), 0 10px 25px 0 rgba(0, 0, 0, 0.45);
}

.weightlistclass {
    font-weight: bold;
}

.lastentryweight {
    border-bottom: 2px solid; 
    display: inline-block;
}

.weightergebnis {
    border-bottom: 3px double; 
    display: inline-block;
}

