div#dvdlectures{
	width: 100%;
	overflow: auto;
}
div#dvdshelf{
	display: none;
}
div#dvddetails{
	display: table;
}
div#dvddetails h2, div#dvddetails .dvdtitle, div#dvddetails p.dvddesc{
	width: auto;
}
div.dvdnav{
	display: none;
}
div.dvddetails{
	display: table-row;
}
div.dvdimg{
	display: table-cell;
	width: 22%;
	background-color: #D9E4EB;
	border: 1px solid white;
	vertical-align: middle;
	text-align: center;
}
div.dvdimg img{
	max-width: 155px;
}
div.dvddesc{
	display: table-cell;
	padding-bottom: 0.5em;
	background-color: #FAFAFA;
	border: 1px solid white;
}
h2.dvdtitle{
	text-align: left;
	background-color: #6891B2;
	padding: 0.2em 0.5em;
	font-size: 1em;
	color: white;
}
div#dvddetails p.dvddesc{
	border: none;
	padding: 0 0.5em;
}
img.dvdcontents{
	float: none;
	display: block;
	margin: auto;
	max-width: 95%;
}
table.dvdcontents{
	margin: 0 auto;
}
