/* nickname in matches list */
.image.header .content:not(.rating-table) span,
.image.header .content:not(.rating-table) a {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    width: 100px;
}

h4.ui.image.player.header {
	width: 100%;
}

@media (max-width: 490px) {
	.mobile-hidden {
		display: none;
	}
}