
[class^="info-button"] {
    border-radius: 5px;
}

[class^="info-button"]:hover {
    background: green;
    color: white;
}

[class^="info-button"]:active {
    background: green;
    color: white;
    transform: translateY(2px);
}


.speler-info-label {
    font-family: arial;
    color: white;
    margin-left: 40px;
}
.speler-info-list {
    margin-top: 5px;
    width: 208px;
}