<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">ul.yt-list {
	float:none !important;
	clear:both;	
	list-style-type: none;
	margin: 0 !important;

}
ul.yt-list li {
	float: left;
	width: 300px;
	list-style-type: none !important;
	margin: 0 !important;
}
.youtube, .mydentalhub {
	float:right;
	clear:right;
	display:block;	
}
.youtube.static, .mydentalhub.static{
	float:none;
	clear:none;
}
.youtube a, a.youtube, a.mydentalhub {
	padding: 5px;
	background-color: #fff;
	border: 1px #ccc solid;
	display: block;
	margin: 5px;
	margin-bottom:10px;
/*	-moz-box-shadow: 5px 5px 5px #666;
	-webkit-box-shadow: 5px 5px 5px #666;
	box-shadow: 5px 5px 5px #666;
	
	box-shadow: 0.5px 0.866px 5px 0px rgba(0, 0, 0, 0.73);
	-moz-box-shadow: 0.5px 0.866px 5px 0px rgba(0, 0, 0, 0.73);
	-webkit-box-shadow: 0.5px 0.866px 5px 0px rgba(0, 0, 0, 0.73);*/

	font-size: 1em;	
	color: #036;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	width: 275px;
	width: 400px;
	background-repeat: no-repeat;
	background-position: right bottom;
	/*border-radius:5px;*/
	border-radius:2px;
}
.youtube img, .mydentalhub img{ /* thumbnail */
	display: block;
	margin:0;
	padding:0;
	margin-bottom: 5px;
	width:100%;
	box-sizing:border-box;
	border:none;
	cursor:hand;
	cursor:pointer;
	float:none !important;
	background:none;
	border-radius:2px;
	border:1px #686868 solid;
}

.youtube .yt_img, .mydentalhub .yt_img{ /* container */
	position:relative;
}
.youtube .yt_img img.play,.mydentalhub .yt_img img.play{ /* floats vertically */
	position:absolute;
	cursor:hand;
	cursor:pointer;
	width:100px;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	border:none;
	float:none !important;
	opacity:.6;
}
a:hover .yt_img img.play{
/* 	width:105px; */
	opacity:.4;
}
.ie7 img.play{
	display:none;	
}
.youtube span.caption,.mydentalhub  span.caption {
	display:block;
	padding-bottom:1px;
}
ul.videos a.mydentalhub {
	float:none;	
}
ul.videos {
	margin:0;	
	clear:both;
}
ul.videos li {
	float:left;
	display:inline-block;
	list-style:none;
	margin:0;
}
.yt-thumbless {
	/* blank rule - only used for js */	
}
/* vertical iphone */ 
@media only screen and (max-width: 479px) {
	.youtube,.mydentalhub  {
		float:none !important;
		margin-bottom:10px;
		clear:both !important;
		width:100%;
	}
	a.youtube, a.mydentalhub {
		clear:both;
		float:none;
		display:block;
		margin:auto;
		margin-bottom:20px;
	}
	
}</pre></body></html>