
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@700&display=swap');

.rubrik {font-family: 'Oswald', sans-serif;
font-size:64px;
}
body {
		background-color:#fde9eb ;
	}
	#container {
		width:100%;
		max-width:800px;
		margin-left:auto;
		margin-right:auto;
	}
	h1, h2, h3 {
		font-family: 'Playfair Display', serif;
	}
	p , td , tr
	{
	font-family: 'Lato', sans-serif;
	font-size:16px;
	clear:both;
	}
	p{
	
	margin-bottom:10px;
	padding-bottom:10px;
	}
	.head{
	font-family: 'Playfair Display', serif;
	}
	
	.special {
	font-family: 'Lato', sans-serif;
	font-size:12px;
	}
	
	.small {
		font-size:11px;
		color:#cccccc;
		margin-right:10px;
		padding:2px;
		font-weight:bold;
}

a {
	text-decoration:none;
	color:#C91E43;
	font-weight:bold;
	border-bottom: solid 1px;
}

	
	.experten {
		border:1px dashed #999999;
		border-radius: 5px;
		width:75%;
		padding-top:10px;
		padding-bottom:10px;
		padding-left:30px;
		padding-right:30px;
		display:block;
		margin-left:auto;
		margin-right:auto;
		margin-top:15px;
	}
	.experten h3 {
		margin-top:5px;
	}
	
	.flag {
		height:35px;
		align:left;
		margin-right:10px;
		margin-bottom:2px;
		float:left;
	}

	.flagtable {
		height:25px;
	}
	
	.separator {
	color:#cccccc;
	width:100%; 
	border-top: 1px ;
	margin-top:30px;
	margin-bottom:50px;
	}

.t1{
	width:100%;
	border-collapse:collapse;

}
.t1 td {
	font-size:13px;
	border:1px solid #999999;
	padding:2px;

}

.t2 {
	max-width:100%;
	border-collapse:collapse;

}
.t2 td {
	padding:10px;
}

.t2  td.score {
	width:30px;
	text-align:center;
	padding:8px;
	border:1px solid #999999;
}

.figures {
	text-align:right;
	width:55px;
}

tr.trheader >.figures {
	background-color: #999999;
	color:white;
	font-weight:normal;
	font-size:13px;
}

.bold {
	font-weight:bold;
	}

	.dayno {

		background-color: #B80E0E;
		color:white;
		text-align:center;
		font-weight:normal;
	}
	
	.dayno2 {
		background-color: #54B51E;
		color:white;
	}
	
	.divider {
		border-color: #000;
		border-style: solid;
		border-width: 0 0 1px;
		height: 10px;
		line-height: 20px;
		
		margin-bottom:5px;
	}
	
	.divider2{
		border-color: #000;
		border-style: solid;
		border-width: 0 0 1px;
		height: 10px;
		line-height: 20px;
		margin-top:20px;
		margin-bottom:20px;
	}


}
table .h2htable  {
	width:75%;
	margin-left:auto;
	margin-right:auto;
}
.h2htable td {
	padding:15px;	
}
img.player {
	width:150px;

}
.h2h {
	font-size:48px;
	font-weight:bold;
}

td.xshidden {
}

@media only screen and (max-width: 600px) {

.t2 td {
	padding:10px;
}

.t2  td.score {
	width:50px;
	text-align:center;
	padding:10px;
	border:1px solid #999999;
}

.h2h {
	font-size:24px;
	font-weight:bold;
}

.h2htable td {
	padding:5px;	
}

td.xshidden {
	display:none;
}


}

.t2 td.matchdate {
	padding-bottom:1px;
	font-size:12px;
	color:#999999;
}

.stryktipset {

	border-collapse:collapse;
		
}

.stryktipset td {
	
	padding:4px;
}


td.kryss {
	color:#D01926;
	border:1px solid #D01926;
}

	.stryktipset2 {
		border-collapse:collapse;
	}
	
.stryktipset2 td {
	padding:4px;
		font-size:14px;
}

.center {
	text-align:center;
}	

td.res1 {
	background-color:#D01926;
	color:white;
	border:1px solid #666666;
}

td.res0 {
	background-color:#dddddd;
	color:white;
	border:1px solid #666666;
}

td.res_1 {
	background-color:#E6AD4B;
	color:white;
	border:1px solid #666666;
}
td.res_2 {
	background-color:#E6774B;
	color:white;
	border:1px solid #666666;
}
	
td.total {
	background-color:#ffffff;
	color:black;
	border:1px solid #000000;
}

td.kryssW1 {
	background-color:#D01926;
	color:white;
	border:1px solid #D01926;
}

@media only screen and (max-width: 600px) {

.stryktipset2 td {
	padding:2px;
	font-size:13px;
}

}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}