﻿@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Assistant&family=Barlow&family=Bebas+Neue&family=Bree+Serif&family=Caladea&family=Catamaran&family=Crimson+Text&family=Fira+Sans&family=IBM+Plex+Sans&family=Lato&family=Libre+Franklin&family=Lora&family=Mulish&family=Nunito&family=Nunito+Sans&family=Open+Sans&family=Roboto&family=Sanchez&family=Source+Serif+Pro&display=swap');
/* CSS Document */
BODY {
	background: rgb(73,80,87);
	background: linear-gradient(0deg, rgba(73,80,87,1) 0%, rgba(52,58,64,1) 50%, rgba(33,37,41,1) 100%);
	color: #f4f4f4;
	font-family: 'Nunito', sans-serif;
	font-size: 100%;
	line-height: 1.7;
	text-align: center;
}
a, a:link, a:visited {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
	background: #0000dd;
	text-decoration: underline overline;
}
.championship {
	font-weight: bold;
}
.header {
	font-size: 0.9375em;
	font-weight: bold;
	text-align: center;
}
.note {
	font-style: italic;
	text-align: center;
}
.preview_header {
	font-size: 0.875em;
	text-align: center;
}
.results {
	font-size: 0.8125em;
	text-align: justify;
}
.results-c {
	font-size: 0.8125em;
}
.stip {
	font-style: italic;
	font-weight: bold;
}
hr.commercial {
	border: 0;
	color: #f7de00;
	background-color: #f7de00;
	height: 2px;
	width: 88%;
}
img.noborder {
	border-style: none;
	vertical-align: middle;
	display: block; /*images must be set to block in order use auto margins*/
	margin: 0 auto; /*centers images in most browsers*/
	text-align: center; /*centers images in older browsers*/
}
img.raw {
	height: 135px;
	width: 150px;
	border-style: none;
	display: block; /*images must be set to block in order use auto margins*/
	margin: 0 auto; /*centers images in most browsers*/
	text-align: center; /*centers images in older browsers*/
}
table.page {
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	width: auto;
	max-width: 98%;
	margin: 0 auto;
	padding: 10px;
	top: auto;
	z-index: 0;
}
table.t1 {
	border-color: #000000;
	border-style: solid;
	border-width: thin;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.8125em;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
}
th, td {
	border-style: none;
	margin: 1px;
	padding: 3px;
}
th {
	color: #ffffff;
	font-family: 'Source Serif Pro', serif;
	font-size: 1em;
	font-weight: bold;
	text-align: justify;
}