
div.guide {
	/*width: auto;
	margin-left: auto;
	margin-right: auto;*/
	margin: 10px;
	padding: 10px;
	background: #fff;
	/*box-shadow: 0 0 5px rgba(0,0,0,.35);
	border-radius: 15px;*/
}

iframe.guide {
/*	position: absolute;*/
/*	left: 10px;*/
	width:420px;
	height:236px;
}

p.guide {
	float: left;
	text-align: left;
	margin: 10px;
	padding: 10px;
}

p.duration {
	text-align: left;
	margin: 0px;
	padding: 0px;
	font-size: 0.8em;
}

a.help:link, a.help:visited, a.help:active
{
    color: rgb(220, 220, 220);
}

a.help:hover
{
   color: rgb(250, 250, 250);
}

div.videoDetails
{
 display:inline-block;
 width:29%;
 height:236px;
 vertical-align:top
}

.videoTitle {
	background: rgb(70,70,70);
	overflow: hidden;
	color: rgb(255,255,255);
	height: 20%;
	line-height: 50px;
	font-size: 1.2em;
}
.videoDesc {
	background: rgb(150,150,150);
	padding: 10px;
	color: rgb(255,255,255);
	height: 80%;
	font-size: 1.1em;
	text-align:left;
}
.videoInfo {
 display:inline-block;
	background: rgb(30,160,80);
	overflow: hidden;
	width: 14%;
	padding: 10px 10px;
	color: rgb(255,255,255);
	height: 216px;
	line-height: 20px;
	font-size: 1.0em;
}