﻿@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: #ffffff;
	font-family: 'Nunito', sans-serif;
	font-size: 100%;
	line-height: 1.7;
}
a, a:link, a:visited {
	color: #e5ff4c;
	text-decoration: none;
}
a:hover {
	background-color: #d0ccc8;
	color: #c8102e;
	text-decoration: none;
}
.awardname10 {
	color: #ffd700;
	font-style: oblique;
	font-variant: small-caps;
}
.intro {
	font-size: 0.8em;
	font-family: 'Nunito', sans-serif;
	line-height: 1.75;
	text-align: center;
}
h1 {
	color: #c8102e;
	font-family: 'Bree Serif', serif;
	font-size: 1.5em;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
img.border07 {
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	height: 105px;
	width: 105px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
img.noborder {
	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;
}
img.profile {
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	height: 125px;
	width: 125px;
}
img.poster {
	border-style: none;
	margin-left: auto;
	margin-right: auto;
	height: 375px;
	width: 315px;	
}
ul.a {
	list-style-type: disc;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
table.page-menu {
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	margin: 0 auto;
	min-width: 98%;
	padding: 10px;
	text-align: center;
	top: auto;
	width: auto;
	z-index: 0;
}
table.t1 {
	border-collapse: collapse;
	border-style: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.875em;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	max-width: 98%;
	width: auto;
}
th, td {
	border-style: none;
	margin: 1px;
	padding: 3px;
	vertical-align: middle;
}
th {
	font-weight: bolder;
	text-align: center;
}
td.winners {
	text-align: center;
}