html,body {
	margin: 0px;
}

.mainlist {
	margin: 1em;
}

#tvshows {
	border: 1px solid black;
	border-spacing: 0;
	width: 550px;
	font-size: 9pt;
}

#tvshows th {
	background-color: black;
	color: white;
	cursor: pointer;
}


#tvshows th:nth-child(2),#tvshows th:nth-child(3) {
	width: 9em;
}

#tvshows tr td {
	border-bottom: 1px solid #DDD;
}

#tvshows tr.selected td {
	background-color: #B9D5EC;
}

#tvshows td {
	padding-left: 0.5em;
	cursor: pointer;
}

.hasPartiallyViewed {
	color: red;
}

#tvshows .addedDate {
	text-align: center;
}

#tvshows td:last-child {
	text-align: right;
	padding-right: 0.5em;
}

#tvshows td {
  white-space: nowrap;
}

#showdetail {
	position: fixed;
	left: 650px;
	top: 10%;
	width: 500px;
	height: 80%;
}

.showdetail {
	height: 100%;
	background-color: white;
}

.showtitle {
	text-align: center;
	font-weight: bold;
	padding-top: 0.5em;
}

.episodelist {
	height: 495px;
	overflow-y: auto;
	border: 3px solid gray;
	list-style: none;
	padding-left: 0;
	font-size: 9pt;
}

.episodelist ul {
	list-style: none;
	padding-left: 0;
}

.episodelist .collapsedSeason {
	display: none;
}

.episodelist .seasonHeader {
	font-weight: bold;
	padding-left: 0.25em;
	cursor: pointer;
}

.episodelistitem {
	padding: 0.25em 1em 0.25em 1em;
	border-bottom: 1px solid #DDDDDD;
	font-size: 9pt;
}

.episodelistitem .date {
	float: right;
	text-align: right;
}

.episodelistitem .epnum {
	float: left;
	width: 1.5em;
}

.episodelistitem .title {
	margin-left: 1.5em;
}

.clickable {
	cursor: pointer;
}

.episodelist .uncollected {
	color: red;
}

.episodelist .extlibrary {
  color: green;
}

.episodelist .unaired {
	color: gray;
}

.episodelist .viewed {
	background-color: #BEFFC6;
}

.episodelist .partiallyviewed {
	background-color: #FDFFB0;
}

.episodelist .viewedslider {
	width: 200px;
	margin: auto;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
}

.mainlist .partiallyviewed {
	font-weight: bold;
}

.showsize {
	font-family: monospace;
	font-weight: normal;
}
