﻿@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');
@charset "utf-8";
/* 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: 'Open Sans', 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;
}
h1 {
	color: #C8102E;
	font-family: 'Bree Serif', serif;
	font-size: 1.5em;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.era-header {
	text-align: center;
	font-family: 'Caladea', serif;
	font-size: 1.25em;
	margin: 0px;
	padding: 0px;
}
.year {
	font-family: 'Barlow', sans-serif;
	font-size: 1.25em;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.header {
	font-size: 1.05em;
	font-weight: bold;
	text-align: center;
}
.preview_header {
	font-size: 0.875em;
}
.preview_name {
	font-family: 'Caladea', serif;
	font-style: oblique;
	font-weight: bolder;
	text-align: left;
}
.preview {
	font-size: 0.75em;
	font-style: normal;
	text-align: left;
	word-break: keep-all;
}
hr.gbash {
	border: 0;
	color: #02a4d3;
	background-color: #02a4d3;
	height: 2px;
	width: 80%;
}
hr.fury {
	border: 0;
	color: #ff9f00;
	background-color: #ff9f00;
	height: 2px;
	width: 80%;
}
hr.darkred {
	border: 0;
	color: #E4002B;
	background-color: #E4002B;
	height: 2px;
	width: 80%;
}
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*/
}
table.border {
	border-color: #000000;
	border-style: solid;
	border-width: thin;
	margin: 0 auto;
	padding: 10px;
	width: auto;
	min-width: 98%;
	z-index: 0;
	top: auto;
}
table.t1 {
	border-color: #0A0A0A;
	border-style: solid;
	border-width: thin;
	margin-left: auto;
	margin-right: auto;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.75em;
	text-align: left;
}
th {
	border-style: none;
	color: #FFFFFF;
	font-family: 'Source Serif Pro', serif;
	font-size: 1em;
	font-weight: bold;
	text-align: left;
}
td {
	border-style: none;
	margin: 1px;
	padding: 3px;
}