.voteq {
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 0 5px #ccc;
    padding: 10px;
    margin-bottom: 10px;
}

.stem-button {
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 0 5px #ccc;
    padding: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 60px;
    text-align: center;
}

.stem-button:hover {
    background-color: #ccc;
}

.stemLabel {
    font-size: 1.2em;
    font-weight: bold;
}

.ja {
    color: green;
}

.nee {
    color: red;
}

.buttons {
    display: flex;
    justify-content: space-between;
}

.alert {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    text-align: center;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 0 5px #ccc;
    padding: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.errorClr {
    color: red;
}

.sluitStem {
    
    padding: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 60px;
    text-align: center;
    position: absolute;
    font-size: 1.2em;
    top: 5%;
    left: 95%;
    transform: translate(-50%, -50%);
}
