/* CSS Document */
.nav table, .nav td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.nav td {
	font-size: 16px;
	font-weight: bold;
	color: black;
}
.nav a {
	color: #0000C0;
	text-decoration: none;
}
.nav a:hover {
	color: #e00080;
}
.subNav {
	font-size: 80%;
}
.sidetable P {
	font-size: 12px; 
	color: #666666;
}
.sideBarProducts a {
	font-size: 22px; 
	color: #00e0a0;
	font-weight: bold;
	text-decoration: none;
}
.sideBarProducts a:hover {
	color: #ffc000;
}
.worldrecords, .worldrecords TD, .worldrecords TH {
	border-color: #000080;
}
.worldrecords TH {
	background-color: #CCCCCC;
}
.video-list-item {
	padding: 4px 4px; /* That's top/bottom padding first, then left/right padding */
}
.container-16_9 {
	position: relative;
	/* overflow: hidden; */
	width: 100%;
	padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
.responsive-iframe {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
