*{
	font-size: 1.2rem;
	font-family: sans-serif;
	color: #383838;
	line-height: 1.4;
}
div.videoItem{
	border-top: 1px solid #4848A8;
	margin-top:1.8rem;
	margin-bottom:1rem;
	padding: 0.5rem; 
}
div.videoItem a:link{
	text-decoration: none;
}



.videoTitle{
	font-size: 1.3rem;
	font-weight: bold;
	line-height:1.8;
	color: #4848A8;
}
.videoSubTitle{
	font-size: 1.1rem;
	font-weight: bold;
	line-height:1.5;
	color: #4848A8;
}

.videoPoster{
	margin: 5px 0.5rem 0.5rem 0;
	max-width: 250px;
	width: 50%;
	border-radius: 8px;
}
.videoDiscription:first-letter{
	color: #55F0E0;
}
