.xscores-match .time{
	font-size: 1rem;
}
.xscores-match .result{
	font-size: 1.2rem;
}
.xscores-match .team{
}
.xscores-match .logo{
	width: 40px;
	height: 40px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	margin: 0px 20px;
}
.xscores-match .team span{
	font-size: 1.2rem;
	line-height: 1.6rem;
	word-break: break-all;
	white-space: break-spaces;
}

@media (max-width: 576px) {
	.xscores-match .time{
		font-size: 0.8rem;
	}
	.xscores-match .team span{
		font-size: 0.8rem;
	}
}