.etusivu {
	display: block;
	margin-bottom: 2px;
	padding: 3px;
	vertical-align: top;
	transition: color 2s;
	border-bottom-style: solid;
	border-bottom-color: var(--color-dark-blue);
	border-bottom-width: 1px;
	color: inherit;
	}

.etusivu:hover {
	background: rgba(255,255,255,0.2);
	}

DIV.etusivu_otsikko {
	font-family: 'Contrail One', Arial;
	margin-top: 15px;
	padding: 2px;
	margin-bottom: 2px;
	font-size: 1.1em;
	vertical-align: baseline;
	border-bottom-style: solid;
	border-bottom-color: var(--color-mid-blue);
	border-bottom-width: 2px;
	}
	
.iframe-container {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	max-width: 800px;
}

.iframe-container-inner {
	overflow: hidden;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 56.25%;
	width: 100%;
	position: relative;
	border-style: solid;
	border-color: var(--color-mid-blue);
	border-width: 0px;
}


.iframe-container iframe {
	position: absolute;
	margin: 0;
	border: 0;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.etusivu_uutinen_pvm {
	color: var(--color-dark-blue);
}

.etusivu_uutinen_otsikko {
	color: var(--color-mid-blue);
	font-weight: bold;
}

.etusivun_ottelut_sarja {
	color: var(--color-dark-blue);
}

.etusivun_ottelut_ottelu {
	color: var(--color-mid-blue);
	font-weight: bold;
}

.viim_ottelu_live {
	width: 100%;
    text-shadow: 0 0 8px rgba(0,114,206,0.5);
	}
