.fa_video
{
	position: relative;
	margin-top: 30px;
	/* border-bottom-right-radius: 15px; */
	box-shadow: 0 4px 2px -2px gray;
	
}


.fa_video .header
{
	position: relative;
	display: table;
	width: 100%;
	height: 40px;
	background-color: #e1e6eb;
	border-top-right-radius: 5px;
}

.fa_video .title
{
	position: relative;
	display: table-cell;
	font-family: RobotoSlabRegular;
	font-size: 18px;
	line-height: 18px;
	
	vertical-align: middle;
	
	text-align: center;
	color: #4d5155;
}

.fa_video .content
{
	position: relative;
	display: block;
	padding: 10px;
	border: solid 1px #d0d4d9;
	border-top: none;
	border-left: none;
}

.fa_video a
{
	font-size: 14px;
	font-weight: 300;
	line-height: 16px;
	color: #64636e;
	text-decoration: none;
}
.fa_video a:hover
{
	text-decoration: underline;
}