@font-face {
    font-family: proxima-nova;
    font-weight: 400;
    font-style: normal;
    src: url(https://d2avoc1xjbdrch.cloudfront.net/fonts/fd-prox-c9bd270a.woff)format("woff"),url(/fonts/fd-prox-b63cb810.ttf)format("truetype")
}

@font-face {
    font-family: proxima-nova;
    font-weight: 700;
    font-style: normal;
    src: url(https://d2avoc1xjbdrch.cloudfront.net/fonts/fd-prox-bold-2d3d0d40.woff)format("woff"),url(/fonts/fd-prox-bold-af1f1bc8.ttf)format("truetype")
}

body {
	color: #445058;
	background: #f9f9f9;
	font-family: proxima-nova, sans-serif;
	font-size: 20px;
	margin: 0;
	padding: 0;
}


h1, h2, h3, h4, h5, h6 {
	color: #1f375b;
	margin: 0 0 .6em 0;
}
	h2 {
		font-size: 1.2em;
		padding-top: 3em;
	}

p {
	font-size: .8em;
	margin: 0 0 .6em 0;
	line-height: 150%;
}

.container {
	margin: 0 auto;
	min-width: 320px;
	max-width: 1400px;
	width: 90%;
}


header {
	color: #fff;
	background: var(--primary-background-color);
	width: 100%;
	height: 66px;
	position: sticky;
	top: 0;
	z-index: 100;
	font-size: .7em;
	border-bottom: 1px solid #cfd6db;
}
	header .container {
		height: 100%;
		display: flex;
		flex-direction: row;
		align-items: center;
	}
		header .container .title {
			color: #fff;
			text-decoration: none;
			text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
			font-size: 1.4em;
			padding-left: 1em;
		}
		header .container span:empty {
			flex-grow: 1;
		}

		header .container select {
			border: 1px solid #ccc;
			border-radius: .25em;
			color: #445058;
			font-size: 1em;
			padding: .5em 1em;
		}


footer {
	padding-bottom: 4em;
}

body.home section {
	display: flex;
	flex-wrap: wrap;
	gap: 1em;
	margin-top: 1em;
	margin-bottom: 1em;
}

body.home aside {
	padding: 1em;
	background: #fff;
	border: 1px solid #eee;
}
	body.home aside p {
		font-family: Newsreader, serif;
		margin: 0;
	}
	body.home aside .metabet-odds-provider {
		position: relative;
		top: 2px;
		padding-left: 1px;
	}


.metabet-scorestrip {
	font-size: 14px !important;
}

.metabet-scorestrip-container > a:hover, .metabet-scorestrip-container > div:hover {
	background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 30%, #eee 80%);
}

.metabet-scorestrip-navigate-previous span, .metabet-scorestrip-navigate-next span {
	content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0Ij48cGF0aCBkPSJNMCAwaDI0djI0SDBWMHoiIGZpbGw9Im5vbmUiLz48cGF0aCBkPSJNOC41OSAxNi41OUwxMy4xNyAxMiA4LjU5IDcuNDEgMTAgNmw2IDYtNiA2LTEuNDEtMS40MXoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=);
}


@media (max-width: 576px) {
	header .title {
		display: none;
	}
}

