html {
	/* for future competitions, change in competition css file*/
	--portal-main-color: #143cdb;
}

body {
	width: 100%;
}

.site-menu-category-logo {
	/* for future competitions, change in competition css file*/
	background: url(/www/images/uefa-mobile-logo2.png) center no-repeat;
	background-size: contain;
	width: 180px;
	height: 50px;
	margin-left: 0;
}

.siteName a {
	height: 100%;
	width: 100%;
}

/** Specific media control **/
@media (min-width: 1023px) {
	.left-block {
		margin-left : 12px;
	}
}