/* modified */

@charset "utf-8";
.yt-channel-holder { width: 100%; font-size: 14px; }
.yt-channel-holder .yt-channel-list { list-style-position: outside; list-style-type: none; margin: 0; padding: 0; }

.yt-channel-holder .yt-channel-list .yt-channel-title {
	display:none;
}

.yt-channel-holder .yt-channel-list .yt-channel-video { padding: 2px 4px; margin-top:10px; }
.yt-channel-holder .yt-channel-list .yt-channel-video a { display: block; overflow: hidden; text-decoration: none; color: #fff; }
.yt-channel-holder .yt-channel-list .yt-channel-video a .thumb-wrap { position: relative; float: left; margin: 0 6px 0 0; padding: 4px; border: 1px solid #ddd; background-color: #666; }
.yt-channel-holder .yt-channel-list .yt-channel-video a .thumb-wrap img.vid-thumb { width: 100%; }
.yt-channel-holder .yt-channel-list .yt-channel-video a .thumb-wrap span.vid-duration { position: absolute; bottom: 3px; right: 3px; font-size: 12px; font-weight: bold; background-color: #444; color: #eee; }
.yt-channel-holder .yt-channel-list .yt-channel-video a .vid-details { position: relative; float: left; width: 100%; color: #222222; }
.yt-channel-holder span.vid-views {
	display: none;
}

.yt-channel-holder .yt-channel-list .yt-channel-video:hover a .vid-details span.vid-title { color: #797979; }

.yt-channel-holder .yt-channel-list .yt-channel-copy {
	display: none;
}
