@charset "utf-8";
#youtube-feed { 
	width: 97%; 
    
	color:#003478;
	
	font-family: "chaparral-pro",sans-serif;
	font-style: normal;
	font-weight: 400;
	
	font-size:11px;
	line-height:13px; 
    
	padding:5px;
    margin: 0; 
	margin-top: 40px;
    position: absolute;
}

li.yt-channel-video{
	width:97%;
	
	border-bottom:dotted 1px #808080;
	margin-bottom:6px;
	
}
#youtube-feed { 
	list-style-position: none; 
    list-style-type: none; 
    padding: 0; 	
	clear:both;
	height:auto;
    
}
#youtube-feed .yt-channel-title { 
	text-align: left;
    color:#003478;
	
	font-family: "chaparral-pro",sans-serif;
	font-style: normal;
	font-weight: 400;
	
	font-size:14px;
	line-height:13px; 
	
	position:relative;
	clear:both;
	height:auto;
	display:block;
     
}
#youtube-feed .yt-channel-title a { 
	text-decoration: none; 
    
	color:#003478;
	
	font-family: "chaparral-pro",sans-serif;
	font-style: normal;
	font-weight: 400;
	
	font-size:11px;
	line-height:13px;
	
	display:block;
}
#youtube-feed .yt-channel-title a:hover {  }

#youtube-feed .yt-channel-video { padding: 2px 4px; }
#youtube-feed .yt-channel-video:hover { }
#youtube-feed .yt-channel-video a { 
	display: block; 
    
	overflow: hidden; 
    
	text-decoration: none; 
    
	color:#003478;
	
	font-family: "chaparral-pro",sans-serif;
	font-style: normal;
	font-weight: 400;
	
	font-size:11px;
	line-height:13px; 
     
}
#youtube-feed .yt-channel-video a .thumb-wrap { position: relative; 
    float: left; 
    margin: 0 6px 0 0; 
    display:none; 
    }
#youtube-feed .yt-channel-video a .thumb-wrap img.vid-thumb { width: 96px; 
    }
#youtube-feed .yt-channel-video a .thumb-wrap span.vid-duration { position: relative; 
    bottom: 3px; 
    right: 3px; 
    font-size: 12px; 
    font-weight: bold; 
    color: #eee; 
    }
#youtube-feed .yt-channel-video a .vid-details { 
	position: relative; 
	clear:both;
	
    width: 90%; 
    height: auto;
	
	display:block;
	
	color:#003478;
	
	font-family: "chaparral-pro",sans-serif;
	font-style: normal;
	font-weight: 400;
	
	font-size:11px;
	line-height:13px; 
     
}
#youtube-feed .yt-channel-video a .vid-details span.vid-title { 
	position: relative; 
    
   color:#003478;
	
	font-family: "chaparral-pro",sans-serif;
	font-style: normal;
	font-weight: 400;
	
	font-size:11px;
	line-height:13px; 
	
	clear:both;
}
#youtube-feed .yt-channel-video a .vid-details span.vid-views { 
	position: relative; 
    font-family: "chaparral-pro",sans-serif;
	font-style: normal;
	font-weight: 400;
	
	color: #808080;
	font-size:9px;
	line-height:13px;
	
	display:block;
}

#youtube-feed .yt-channel-video:hover {  }
#youtube-feed .yt-channel-video:hover a .vid-details span.vid-title { text-decoration: none; clear:both 
    }

#youtube-feed .yt-channel-copy { height: 12px; 
    line-height: 10px; 
    font-size: 10px; 
    text-align: right; 
    color: #444; 
    }

.yt-channel-title{
	display:none;
}
.yt-channel-video .vid-thumb {
	width:120px;
}