/* CSS Document */

/*    --------------------------------------------------
STYLES FOR THE TABLE OF VIDEO THUMBNAILS
    -------------------------------------------------- */

.pri-video-gallery-table, .pri-video-gallery-table th, .pri-video-gallery-table tr, .pri-video-gallery-table td {
	color:#FFFFFF!important;
	border:0!important;
	background:#323e48!important;
}
.pri-video-gallery-table th {
	text-transform:none!important;
	padding-bottom:50px!important;
}
.pri-video-gallery-table td {
	padding-bottom:25px!important;
}
.pri-video-gallery-table h2 {
	padding-left:4%!important;padding-right:4%!important;
	font-family: 'Open Sans', sans-serif;	
	color:#FFFFFF!important;
	text-align: center!important;
	text-transform: uppercase!important;
}
.pri-video-gallery-table .video-title {
	font-family: 'Open Sans', sans-serif;	
	font-size: 26px!important;
	line-height: 28px!important;
	text-transform: uppercase!important;
	text-align: left!important;
}
.pri-video-gallery-table .video-description {
	font-family: 'Open Sans', sans-serif;	
	font-size: 16px!important;
	line-height: 32px!important;
	text-transform: none!important;
	text-align: left!important;
}
.pri-video-gallery-table a {
	color:#FFFFFF!important;
	text-decoration:none!important;
}
