/* 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;
	}
}

tr.date-float:after {
	position: absolute;
	right: 20px;
	background: #84acde;
	border-radius: 4px;
	color: white;
	padding: 0 4px;
	transform: translateY(-5px);
}

.telegram-group-invite {
	display: flex;
	padding: 10px;
	background: linear-gradient(45deg, #025983, #009de9);
	border: 1px solid #505050;
	box-shadow: 2px 2px 4px black;
	margin-bottom: 15px;
	align-items: center;
	transition: scale .1s linear;
}

.telegram-group-invite:hover {
	scale: 102%;
	background: linear-gradient(45deg, #025983ee, #009de9ee);
	box-shadow: 8px 8px 16px black;
	border-bottom: 1px;
}
.telegram-group-invite:active {
	scale: 98%;
}

.telegram-group-invite .logo {
	width: 10%;
}

.telegram-group-invite .text {
	font-family: "Trebuchet";
	font-size: 30px;
	padding-left: 30px;
	line-height: 30px;
	color: white;
}


@media (max-width: 640px) {
	.telegram-group-invite .logo {
		width: 30%;
	}
	.telegram-group-invite .text {
		padding-left: 20px;
	}
}