#listChannels .channel .image > img,
#listVideos .video .image > img{
	width: 6.25rem;
}
#listChannels .channel .description {
	vertical-align: top;
}
#listChannels .channel .description > h2 > a,
#listVideos .video .description > h2 > a {
	font-family: 'UBold';
	font-size: 1.1rem;
	color: #757575;  
}
#listChannels .channel {
	cursor: pointer;
}
.youtubeDescription .row {
	float: right;
	padding-left: 1rem;
}
.showChannel .table {
	margin-bottom: 0;
}
.showChannel .table td {
	border-top: 0;
	vertical-align: top;
}
.table .channel > td,
.table .video > td {
	border-left: 0;
	border-right: 0;
}
.table .channel h2,
.table .video h2 {
	margin-bottom: 1rem; 
}
.embeddedVideo {
	width: 100% !important;
	height: 100%;
	padding-bottom: 56.25%;
	margin-bottom: 1.25rem;
	position:relative;
	overflow:hidden;
}
.embeddedVideo iframe, .embeddedVideo object, .embeddedVideo embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.viewVideo > p {
	margin-top: 1.25rem;
}
.viewVideo .subscribe{
	margin-bottom: 0.625rem;
}
.viewVideo .starWrapper > #stars ul {
	margin: 0 0 0.625rem 0;
}
.viewVideo .starWrapper > .small {
	text-align: left;
}

#youtube #contentWrapper {
	margin-top: 1.25rem;
}
#youtube .channel {
	padding: 1.25rem;
	width: 42.5rem;
	margin: 1.25rem auto 0 auto;
	border: 0.1875rem solid #1d1d1d;
	cursor: pointer;
	background-color: #515151;
	background-image:
	  radial-gradient(
	    circle at bottom left,
	    #f5a70f 10%,
	    #3b3b3b 10%,
	    #515151
	  );
	
	border-radius: 0.5rem;
	-moz-border-radius: 0.5rem;
	-webkit-border-radius: 0.5rem;
}
#youtube .channel:hover {
	border: 0.1875rem solid #f5a70f;
}
#youtube .channel .image {
	width: 9.375rem;
	padding-right: 1.25rem;
	float: left;
}
#youtube .channel .image > img {
	width: 9.375rem;
	border: 0.1875rem solid #1d1d1d;
}
#youtube .channel .info {
	width: 28.75rem;
	float: left;
}
#youtube .channel .info .name {
	color: #f3f3f3;
	font-size: 1.375rem;
	text-shadow: -0.0625rem -0.0625rem 0 #000, 0.0625rem -0.0625rem 0 #000, -0.0625rem 0.0625rem 0 #000, 0.0625rem 0.0625rem 0 #000;
	margin-bottom: 0.625rem;
}
#youtube .channel .info .name a {
	color: #f3f3f3;
	text-decoration: none;
}
#youtube .channel .info .rating {
	margin-bottom: 0.625rem;
}
#youtube .channel .info .description {
	color: #f3f3f3;
	line-height: 1.125rem;
	overflow: hidden;
}
#youtube #viewChannel .channel .info .description {
	height: auto;
}

#youtube .showVideos {
	padding: 0 1.25rem 0 1.25rem;
}
#youtube .video {
	display: inline-block;
	padding: 1.25rem;
	width: 18.75rem;
	margin: 1.25rem 0 1.25rem 0;
	border: 0.1875rem solid #1d1d1d;
	cursor: pointer;
	background-color: #515151;
	color: #f3f3f3;
	line-height: 1.125rem;
	vertical-align: middle;
	
	border-radius: 0.5rem;
	-moz-border-radius: 0.5rem;
	-webkit-border-radius: 0.5rem;	
}
#youtube .video:hover {
	background-color: #626262;
	border: 0.1875rem solid #f5a70f;
}
#youtube .video:nth-child(odd) {
	margin-right: 1.25rem;
}
#youtube .video .name {
	color: #f3f3f3;
	font-size: 1.375rem;
	text-align: center;
	text-shadow: -0.0625rem -0.0625rem 0 #000, 0.0625rem -0.0625rem 0 #000, -0.0625rem 0.0625rem 0 #000, 0.0625rem 0.0625rem 0 #000;
	margin-bottom: 1.25rem;
}
#youtube .video .name a {
	color: #f3f3f3;
}
#youtube .video .image {
	display: block;
	margin: 0 auto 0.625rem auto;
	width: 18.75rem;
	max-height: 11.25rem;
	border: 0.1875rem solid #1d1d1d;
}
#youtube .video .rating {
	margin-bottom: 0.625rem;
	text-align: center;
}
#youtube .video .rating span {
	font-size: 0.875rem;
	text-shadow: -0.0625rem -0.0625rem 0 #000, 0.0625rem -0.0625rem 0 #000, -0.0625rem 0.0625rem 0 #000, 0.0625rem 0.0625rem 0 #000;
}
#youtube .video .description {
	overflow: hidden;
	height: 4.6875rem;
}
#youtube #viewVideo {
	padding: 1.25rem;
	width: 42.5rem;
	margin: 0 auto 1.25rem auto;
	border: 0.1875rem solid #1d1d1d;
	cursor: pointer;
	background-color: #515151;
	background-image:
	  radial-gradient(
	    circle at bottom left,
	    #f5a70f 10%,
	    #3b3b3b 10%,
	    #515151
	  );
	
	border-radius: 0.5rem;
	-moz-border-radius: 0.5rem;
	-webkit-border-radius: 0.5rem;	
}
#youtube #viewVideo .name {
	color: #f3f3f3;
	font-size: 1.375rem;
	line-height: 1.625rem;
	text-shadow: -0.0625rem -0.0625rem 0 #000, 0.0625rem -0.0625rem 0 #000, -0.0625rem 0.0625rem 0 #000, 0.0625rem 0.0625rem 0 #000;
	margin-bottom: 1.25rem;
	text-align: center;
}
#youtube #viewVideo .embeddedVideo {
	text-align: center;
	margin-bottom: 1.25rem;
	width: 41.875rem;
	border: 0.1875rem solid #1d1d1d;
}
#youtube #viewVideo .rating {
	margin-bottom: 1.25rem;
}
#youtube #viewVideo .small {
	margin: 0.3125rem 0 0 0;
	color: #d5d5d5;
}
#youtube #viewVideo .description {
	color: #eaeaea;
	font-size: 1rem;
	line-height: 1.375rem;
	border: 0.1875rem solid #1d1d1d;
	background-color: #515151;
	padding: 1.25rem;
	
	border-radius: 0.5rem;
	-moz-border-radius: 0.5rem;
	-webkit-border-radius: 0.5rem;
}
#youtube #viewVideo .back {
	display: block;
	text-align: center;
	margin: 2.5rem 0 1.25rem 0;	
	color: #eaeaea;
	font-size: 1.25rem;
}
#youtube #contentWrapper .view #winLeaderboard {
	background-color: transparent;
	margin-bottom: 1.25rem;
}
#youtube .add {
	padding-top: 2.5rem;
}
#youtube .addBox {
	padding: 1.25rem 1.25rem 3.125rem 1.25rem;
	width: 42.5rem;
	margin: auto;
	border: 0.1875rem solid #1d1d1d;
	background-color: #515151;
	background-image:
	  radial-gradient(
	    circle at bottom left,
	    #f5a70f 10%,
	    #3b3b3b 10%,
	    #515151
	  );
	
	border-radius: 0.5rem;
	-moz-border-radius: 0.5rem;
	-webkit-border-radius: 0.5rem;
}
#youtube .add .disclaimer {
	text-align: center;
	color: #eaeaea;
	font-size: 1.125rem;
	line-height: 1.5rem;
	margin-bottom: 2.1875rem;
}
#youtube .add .submission {
	text-align: center;
	margin-bottom: 2.1875rem;
}
#youtube .add #address {
	height: 2.375rem;
	width: 25rem;
	margin-right: 0.3125rem;
	font-size: 1.125rem;
}
#youtube .add button  {
	vertical-align: middle;
	margin-bottom: 0rem;
}
#youtube #results {
	display: none;
}
#youtube #preloader {
	text-align: center;
	display: none;
}
#youtube .confirm,
#youtube .success {
	padding: 1.25rem;
	border: 0.1875rem solid #1d1d1d;
	background-color: #515151;
	
	border-radius: 0.5rem;
	-moz-border-radius: 0.5rem;
	-webkit-border-radius: 0.5rem;
}
#youtube .confirm .image {
	float: left;
	margin-right: 1.25rem;
}
#youtube .confirm img {
	border: 0.1875rem solid #1d1d1d;
	width: 9.375rem;
	height: 9.375rem;
}
#youtube .confirm .name {
	float: left;
	color: #f3f3f3;
	font-size: 1.375rem;
	line-height: 1.625rem;
	text-shadow: -0.0625rem -0.0625rem 0 #000, 0.0625rem -0.0625rem 0 #000, -0.0625rem 0.0625rem 0 #000, 0.0625rem 0.0625rem 0 #000;
	margin-bottom: 1.25rem;
	width: 28.125rem;
}
#youtube .confirm .description {
	float: left;
	width: 28.125rem;
	height: 6.25rem;
	overflow: hidden;
	color: #f3f3f3;
	line-height: 1.25rem;
}
#youtube .confirm .prompt {
	text-align: center;
	margin-top: 1.25rem;
}
#youtube .confirm .prompt h1 {
	font-size: 1.125rem;
	color: #f3f3f3;
	text-align: center;
	margin-bottom: 1.25rem;
}
#youtube .confirm .prompt button {
	margin-right: 0.625rem;
}
#youtube .success .headline {
	color: #f3f3f3;
	font-size: 1.375rem;
	line-height: 1.625rem;
	text-shadow: -0.0625rem -0.0625rem 0 #000, 0.0625rem -0.0625rem 0 #000, -0.0625rem 0.0625rem 0 #000, 0.0625rem 0.0625rem 0 #000;
	margin-bottom: 1.25rem;
	text-align: center;
}
#youtube .success .body {
	color: #f3f3f3;
	font-size: 1.125rem;
	line-height: 1.5rem;
	margin-bottom: 1.25rem;
}
#youtube .channel .partner {
	width: 6.75rem;
	height: 2.25rem;
	position: absolute;
	margin-left: 35.625rem;
	background: url('/themes/default/images/youtubePartner.png') no-repeat 0rem 0rem;
	background-size: contain;
}
#youtube .channelFeatured {
	border: 0.1875rem solid #f5a70f;
}
#youtube .channel .featured {
	width: 8.875rem;
	height: 8.875rem;
	position: absolute;
	margin-left: 34.375rem;
	margin-top: -0.9375rem;
	background: url('/themes/default/images/youtubeFeatured.png') no-repeat 0rem 0rem;
	background-size: contain;		
}
#youtube #filters {
	width: 46.875rem;
}
#youtube .channel .subscribe {
	margin: 1.25rem 0 0 5.625rem;
}
#youtube #viewVideo .subscribe {
	text-align: center;
}
#contentWrapper .view .tising728x90 {
	background-color: inherit;
}