

.pageTop_actions_buttons {
    margin: 1em;
    display: flex;
    align-items: center;
}
.pageTop_actions_buttons a {
    margin: 0;
    width: 1.9em;
    font-size: 2em;
    text-decoration: none;
    color: #b5b5b5;
    display: flex;
    justify-content: center;
}
.pageTop_actions_buttons a:hover i {
    color: #428BCA;
}





/* specific stuff */


.gamepieceInfo_container .pageTop_actions_buttons {
    max-width: 120ch;
    margin: 0 auto 1em auto;
}