
#change-avatar {
    position:absolute; 
    margin:0;
    padding:0;
    font-size:0.75em;
    color:yellow;
    left:35%;
    bottom:5px;
}

#game-avatars {
    text-align:left;
    color:black;
    /*border:solid black; */
    /*display:inline-block;*/
    display:none;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* Shifts the div back by its own half-width and half-height */
    z-index:3000;
    background-color:beige;
    border:solid 4px orange; 
    border-radius: 10%;
}   

.avatars span {

}

#game-avatars div:not(:nth-child(4)):not(:nth-child(5))  {
    border-bottom:solid 2px orange;  
}

.avatars img {
    width:45px;
    height:auto;
}

.avatars label {
    /*border:solid black;*/
}

