* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; margin: 0px; padding: 0px; }

body {
	background-color: #fff;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h2 { margin-top: 0px; margin-bottom: 0px; }
ul { padding-left: 15px; margin-bottom: 0px; }
.titleblock { margin-bottom: 8px; }
.half { width: 50%; }
.full { width: 100%; }

.pads {
	padding: 5px;
}

.seasonAttribute {
	font-style: italic !important;
	font-weight: normal !important;
}

.epinfo {
	/* font-family: "Lucida Console", Monaco, "Courier New", monospace, serif; */
	font-family: monospace, monospace;
	vertical-align: middle;
	font-size: 1em;
	margin-left: auto;
	margin-right: 0px;
	width: auto;
	white-space: pre;
}
.eptitle {
	/* font-family: monospace, monospace; */
	vertical-align: middle;
	font-size: 0.9em;
}

@media only screen and (min-width: 651px) {
	.content { padding: 25px; }
	.footer { padding: 15px 25px; }
	.column { float: left; margin-bottom: 15px; padding-right: 25px; }
}

@media only print {
	.content { padding: 25px; }
	.footer { padding: 15px 25px; }
	.column { float: left; margin-bottom: 15px; padding-right: 25px; }
}

@media only screen and (max-width: 651px) {
	.content { padding: 10px; }
	.footer { padding: 10px; }
	.column { float: left; margin-bottom: 15px; width: 100%; }
}

/* other nav menus */
.flexnav {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: row wrap;
	margin: 0 auto;
	font-size: 9pt;
}

.flexnav > div {
	border: 1px dotted black;
	box-shadow: 5px 5px;
	width: 75px;
	height: 50px;
	padding: 3px;
	margin: 10px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* Amazon Boxes */
.amazon {
	align-items: center;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	margin: 0 auto;
}

.amazon > div {
	align-items: center;
	display: flex;
	justify-content: center;
	margin: 10px;
	padding: 3px;
	text-align: center;
}

/* alignments */

.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
/* colors */

.red {
	color: #f00;
}
.gray {
	color: #888;
}
.bold {
	font-weight: bold;
}
.status {
	font-weight: bold;
	font-size: smaller;
}
/* images */

/*
img {
	border: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
*/
.CasLogPic {
	width: 20em;
	vertical-align: middle;
}

	/* for image slide nav table */
	.istable {
		margin: 0 auto;
		display: table;
	}
	.istablerg {
		display: table-row-group;
	}
	.istr {
		display: table-row;
	}
	.istd {
		display: table-cell;
	}
			/* background colors for boxes */
			.TVMaze {
				background-color: #dfd;
			}
			.TVcom {
				background-color: #cff;
			}
			.Futon {
				background-color: #dfe;
			}
			.IMDB {
				background-color: #ffc;
			}
			.Share {
				background-color: #efd;
			}
			.TVClub {
				background-color: #fdf;
			}
			.TVGuide {
				background-color: #fdc;
			}
			.Wiki {
				background-color: #ddd;
			}

			#credits {
				display: none;
			}
			#eplist table {
				border-collapse: separate;
				border-spacing: 0 2px;
				white-space: pre;
				word-wrap: break-word;
			}
			#eplist tr {
				font-weight: bold;
				vertical-align: top;
				padding: 2px;
			}
			#eplist tr:nth-child(even) {
				background-color: #f2f2f2;
			}
			#eplist a {
				text-decoration: none;
			}
			#eplist a:hover {
				color: black;
				text-decoration: underline;
			}
			#credits a {
				font-weight: bold;
				text-decoration: none;
			}
			#credits a:hover {
				color: black;
				text-decoration: underline;
			}
/* episode titles */

#eplist pre {
	margin-left: 2em;
	text-align: justify;
	/* white-space: pre-wrap; */
	white-space: pre;
	word-wrap: break-word;
}

/* lists */
.ulhd {
	display: inline-block;
}
.lihd {
	list-style-type: none;
}
.wid10 {
	width: 10%;
}
.wid25 {
	width: 25%;
}
.wid50 {
	width: 50%;
}
.wid100 {
	width: 100%;
}
@media print {
	.NoPrint {
		display: none;
	}
	table#TVHeader {
		display: none;
	}
	#Trailers,
	#recap,
	.Trailers,
	.recap,
	#picnav {
		display: none;
	}
	pre {
		overflow: hidden;
	}
}
.xlarge {
	font-size: x-large;
}
.big {
	font-size: larger;
}
.small {
	font-size: smaller;
}
.pad {
	padding: 0px 10px 0px 10px;
}
#amazon table {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
table#TVHeader {
	width: 100%;
	background-color: #dfdfdf;
	margin-bottom: 1em;
}
.Trailers,
.recap,
#Trailers,
#recap {
	background-color: #dddddd;
}
#picnav {
	margin-left: auto;
	margin-right: auto;
}
.RSS {
	width: 2em;
	height: 1em;
}
#homenote a {
	font-style: italic;
}
#amazon img {
	height: 10em;
}

#TVHeaderRes {
	background-color: #dfdfdf;
}

.swIB {
	display: inline-block;
}
/* using DIV for tables */
.rTable {
   display: table;
   width: 100%;
}
 .rTableRow {
   display: table-row;
}
 .rTableHeading {
   display: table-header-group;
}
 .rTableCell, .rTableHead {
   display: table-cell;
}
 .rTableHeading {
   display: table-header-group;
}
 .rTableFoot {
   display: table-footer-group;
}
 .rTableBody {
   display: table-row-group;
}

