
/*
 * Table layout.
 */
div.video.thumbs table {
	text-align: center;
	margin: auto;
}
div.video.thumbs table td {
	padding: 8px;
}
div.video.thumbs table td.entry {
	margin-bottom: 1em;
}
div.video.thumbs table td.entry div.thumbnail {
	margin: 0px !important;
	float: none !important;
	margin-bottom: 8px !important;
	text-align: center;
}
div.video.thumbs table td.entry div.title {
	font-weight: bold;
	text-align: center;
	margin-bottom: 2px;
}
div.video.thumbs table td.entry div.date {
	font-size: 90%;
	margin-bottom: 2px;
}
div.video.thumbs table td.entry div.runtime {
	font-size: 90%;
	font-style: italic;
	margin-bottom: 2px;
}
div.video.thumbs table td.entry div.desclink {
	font-size: 90%;
	margin-bottom: 2px;
}
div.video.thumbs table td.entry div.playlink {
	text-align: center;
	font-size: 90%;
	margin-bottom: 0.25em;
}


/*
 * Linear Mode
 */
div.video.linear div.entry {
	padding-bottom: 1em;
	border-bottom: solid 1px;
	margin-bottom: 1em;
}
div.video.linear div.title {
	font-weight: bold;
}
div.video.linear div.date {
	font-size: 80%;
	margin-bottom: 1em;
}
div.video.linear div.runtime {
	font-size: 80%;
	margin-bottom: 1em;
	font-style: italic;
}



