﻿@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 {
	font-family: 'Nunito', sans-serif;
	font-size: 100%;
	line-height: 1.6;
}
.ppvheader {
	font-size: 1em;
	font-weight: bolder;
	text-align: center;
}
.ppvvenue {
	font-size: 0.875em;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}
.results {
	font-size: 0.796875em;
	text-align: center;
}
.promo {
	font-size: 1em;
	font-weight: bold;
	text-align: center;
}
.interview {
	font-family: 'Assistant', sans-serif;
	font-size: 0.78125em;
}
.title {
	font-weight: bold;
	text-decoration: underline;
}
.stip {
	font-style: italic;	
	font-weight: bolder;
}
hr.red {
	background-color: #e5002b;
	border: 0;
	color: #e5002b;
	height: 2px;
	width: 88%;
}
hr.black {
	background-color: #000000;
	border: 0;
	color: #000000;
	height: 2px;
	width: 88%;
}
hr.commercial {
	background-color: #1000dd;
	border: 0;
	color: #1000dd;
	height: 2px;
	width: 88%;
}
img.albumart {
	border-style: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-height: 250px;
	max-width: 250px;
	padding: 1px;
	text-align: center;
}
img.ppv {
	border-style: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-height: 470px;
	max-width: 700px;
	padding: 2px;
}
img.poster {
	border-style: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-height: 470px;
	padding: 3px;
}
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-style: none;
	margin: 0 auto;
	padding: 10px;
	width: auto;
	min-width: 98%;
	z-index: 0;
	top: auto;
}
table.t1 {
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	font-family: 'Nunito', sans-serif;
	font-size: 0.875em;
	margin-left: auto;
	margin-right: auto;
	max-width: 80%;
	text-align: left;    
}
table.t2 {
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	font-family: 'Nunito', sans-serif;
	font-size: 0.875em;
	margin-left: auto;
	margin-right: auto;
	max-width: 70%;
	text-align: left;    
}
th, td {
	border-style: none;
	margin: 1px;
	padding: 2px;
}
th {
	font-family: 'Caladea', serif;
	font-size: 1.25em;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
ul.a {
	list-style-type: disc;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
/* Tooltip container */
.tooltip {
	position: relative;
	display: inline-block;
	border-bottom: 1px dotted;
 /* If you want dots under the hoverable text */;
}

/* Tooltip text */
.tooltip .tooltiptext {
	visibility: hidden;
	width: 122px;
	bottom: 100%;
	left: 50%;
	margin-left: -61px;
 /* Use half of the width (120/2 = 60), to center the tooltip */
	background-color: #111111;
	color: #ffffff;
	text-align: center;
	font-size: 100%;
	font-weight: normal;
	padding: 3px 0;
	border-radius: 6px;
  /* Position the tooltip text - see examples below! */
	position: absolute;
	z-index: 1;
}

.tooltip .tooltiptext::after {
	content: " ";
	position: absolute;
	top: 100%;
 /* At the bottom of the tooltip */
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #111111 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
	visibility: visible;
}