div.youtube-video-panel {
	margin: 1em 0em;
	padding: 0.5em;
	border-bottom: 1px solid gray;
}
div.youtube-video-title {
	margin: 0.25em 0em 0.5em 0em;
	text-align: center;
	font-size: 16pt;
	font-weight: bold;
}
a.youtube-video-link {
	text-decoration: none;
	color: darkBlue;
}
div.youtube-video-thumbnail {
	margin: 0.25em 0em 0.5em 0em;
	text-align: center;
}
img.youtube-video-thumbnail {
	border: 2px solid blue;
}
div.youtube-video-description div {
	margin: 0.5em 0em;
	font-size: 12pt;
}
div.youtube-video-postDate {
	margin: 0.25em 0em 0.5em 0em;
	font-size: 10pt;
	font-style: italic;
	text-align: right;
}
