#info_view {
	display: none;
	padding: 10px 10px 0px 20px;
	line-height: normal;
}

.info-frame {
	width: 100%;
	display: inline-block;
	position: relative;
	font-size: 24px;
	text-align: left;
	vertical-align: top;
	color: #404040;
	font-family: 'Open Sans';
}

.info-date-time {
	padding-top: 5px;
	width: 100%;
}

#date, #time, #views {
	float: left;
}

#time, #views {
	padding-left: 10px;
}

.info-rest {
	float: left;
	width: 100%;
}

#duration {
	padding-bottom: 10px;
}

#description h1 {
	font-size: 24px;
	font-weight: bold;
	color: #404040;
	padding: 10px 0 0 0;
	/*border-top: 2px solid #ededed;*/
	font-family: inherit;
}

#description h2 {
	font-size: 20px;
	font-weight: bold;
	color: #404040;
	padding: 10px 0 0 0;
	/*border-top: 2px solid #ededed;*/
	font-family: inherit;
}

#description h3 {
	font-size: 14px;
	font-weight: normal;
	color: black;
	padding: 10px 0 0 0;
	font-family: inherit;
}

#description h4 {
	font-size: 11px;
	font-weight: normal;
	color: #404040;
	padding: 10px 0 0 0;
	font-family: inherit;
}

#description p {
	font-family: inherit;
	font-size: 14px;
	padding-top: 10px;
}
