/* a[href]:hover,
article[player-id]:hover,
.action-button[onclick]:hover,
.action-button[action]:hover,
.action-button [onclick]:hover,
.action-button [action]:hover,
li[action]:hover,
li[onclick]:hover,
button:hover{
	opacity: 0.8 !important;
    text-decoration: none;
}

toolbar a:hover {
	opacity: 1;
} */