@import"https://fonts.googleapis.com/css2?family=Overpass+Mono:wght@300;400;600;700&display=swap";
body{
	background:#050705;
	margin:0;
	font-family:Overpass Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;
	font-size:18px;
	line-height:1.25;
	color:#b7f4c7
}
#resultstable,table{
	width:100%;
	border-collapse:collapse;
	margin:24px auto;
	font-family:Overpass Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;
	font-size:18px;
	line-height:1.25
}
#resultstable th,
#resultstable td,table th,table td{
	border:2px solid rgba(74,163,107,.9);
	padding:10px 12px;
	white-space:nowrap
}
#resultstable .resultheader th,table .resultheader th{
	background:#0b120c;
	color:#7dd79c;
	font-weight:700;
	letter-spacing:.5px
}
#resultstable tr.team0 td,table tr.team0 td{
	background:#5aa46fd9;color:#071009;
	font-weight:600
}
#resultstable tr.team1 td,table tr.team1 td{
	background:#66b07ad9;
	color:#071009;
	font-weight:600
}
#resultstable a,table a{
	color:inherit;text-decoration:underline
}
#resultstable td span,table td span{
	color:inherit!important
}
/*# sourceMappingURL=/cdn/shop/t/6/assets/vadatajs-results.css.map */