
/*
td {
		border: 1px dotted #999;
	}
*/
html {
	scroll-behavior: smooth;
}
/* Override main.css */
		input:checked + .slider {
			background-color: #E47545;
		}
/* ------------------------------------ LEFT NAVIGATION MENU ------------------------------------ */
#leftNavOpenButton{
	cursor: pointer;
	position: fixed;
	left:0;
	top:315px;
	text-align: center;
	background-color: #031014DD;
	padding: 4px;
	border: 2px solid;
	border-radius: 0px 12px 12px 0px;
	overflow: hidden;
	z-index: 100;
	transition: 0.2s;
	width: 40px;
}
#leftNavOpenButton:hover {
	background-color: #124054; /*#555;*/
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  background-color: #111111EE;
  overflow-x: hidden;
  padding-top: 20px; 
  transition: 0.2s; 
}
.sidenav a {
  padding: 4px 12px 4px 12px;
  text-decoration: none;
  font-size: 14px;
  color: #44b3e3; /*#AAAACC;*/
  display: block;
  transition: 0.3s;
}
.sidenav a:hover {
  color: #FFFFFF;
}
.sidenav .sidenavseasons{
	margin-top: 5px;
	margin-bottom: 8px;
	padding-top: 3px;
	padding-bottom: 3px;
	line-height: 1.5;
	text-align:center;
	font-size: 14px;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px solid;
	border-bottom: 1px solid;
	width: max-content;
}
.sidenav .sidenavseasons a{
	padding: 0px 0px 0px 0px;
	display:inline;
}
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 36px;
  margin-left: 50px;
}
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 10px;}
}
#masterSpoilerSwitch{
	position: fixed;
	left:0;
	top:460px;
	text-align: center;
	background-color: #031014DD;
	padding: 4px;
	border: 2px solid;
	border-radius: 0px 12px 12px 0px;
	overflow: hidden;
	transition: 0.2s;
	width: 40px;
	line-height:1;
}


/* ---------------------------------------- SEASONS TABLE ---------------------------------------- */

.seasonsTable {
	margin:auto;
}
.seasonsTable td {
	border: 1px solid #1B8ABA88;
	text-align:center;
	padding:0px;
	font-size:large;
	font-weight:bold;
	vertical-align:bottom;
}
.seasonsTable div {
	text-align:center;
	padding:8px;
	font-size:large;
	font-weight:bold;
	vertical-align:bottom;
	height: 100%;
}

/* ---------------------------------------- STARS ---------------------------------------- */
.stars0 {
	font-size: x-large;
	color: #F8393B;
	height: 24px;
	vertical-align: bottom;
	padding-left: 8px;
}
.stars1 {
	font-size: x-large;
	color: #FA6453;
	height: 24px;
	vertical-align: bottom;
	padding-left: 8px;
}
.stars2 {
	font-size: x-large;
	color: #FC9F5B;
	height: 24px;
	vertical-align: bottom;
	padding-left: 8px;
}
.stars3 {
	font-size: x-large;
	color: #FFEB84;
	height: 24px;
	vertical-align: bottom;
	padding-left: 8px;
}
.stars4 {
	font-size: x-large;
	color: #81D570;
	height: 24px;
	vertical-align: bottom;
	padding-left: 8px;
}
.stars5 {
	font-size: x-large;
	color: #03BE4B;
	height: 24px;
	vertical-align: bottom;
	padding-left: 8px;
}
.hollowStar {
	color: #828282;
	vertical-align: bottom;
}
.halfstar {
	display: inline-block;
	position: relative;
	font-size:x-large;
	height:26px;
	overflow:hidden;
	vertical-align:top;
}
.lefthalfstar{
	position: relative;
	top: 0;
	left: 0;
	z-index: 10;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	width:50%;
}
.righthalfstar{
	position: absolute;
	top: 0;
	left: 0;
	color: #828282;
}

/* ---------------------------------------- AWARDS AND DESIGNATIONS ---------------------------------------- */
.personalFavorite {
	font-size: x-large;
	color: #FF86AD;
	height: 24px
}
.award{
	color: lightgray;
}
.showAward{
	color: lightgray;
	cursor: help;
}
.redFlag{
	color:red;
	cursor: help;
}
.penaltyFlag{
	color:yellow;
	cursor: help;
}
.NotablyBad {
	color: #FF6666;
}
.notablyBad{
	color: #FF6666;
}
.bareMinimum {
	color: #FFFF66;
}
.mustWatch {
	color: #66FF66;
}		  

/* --- OTHER RATINGS --- */
.ratingNumber {
	font-weight: bold;
	padding-left: 10px;
	padding-right: 20px;
}


/* ---------------------------------------- SPOILER TAGS ---------------------------------------- */
/*.spoiler{
	
}
.spoilerTag{
	font-weight: bold;
	color: orange;
	cursor: pointer;
	white-space: nowrap;
}
.spoilerTag:hover{
	background-color: #845600EE;
	border-radius: 3px;
}
.spoilerContent{
	filter: blur(6px);
	color: #FFE1CA;
	transition: 0.5s;
	user-select: none;
	pointer-events: none;
}*/

.spoilerContent{
	display: none;
	color: #E0C0A0;
}
.spoilerPlaceholder{
	color: #E0C0A0;
	font-style: italic;
}