#video_iframe
{
	display: block;
	min-width: 100%; 
	width: 100px;
	 *width: 100%;
	height: 400px;
	border: none;
	background-color: white;
}

#track_map_iframe
{
	display: block;
	min-width: 100%; 
	width: 100px;
	 *width: 100%;
	height: 200px;
	border: none;
	background-color: white;
}

#scoring_iframe
{
	display: block;
	min-width: 100%; 
	width: 100px;
	 *width: 100%;
	height: 400px;
	border: none;
	border-top: 2px black solid;
	background-color: white;
}

#chat_iframe
{
	width: 100%;
	height: 600px;
	border: none;
	background-color: white;
}

#live_visual_nav
{
	position: relative;
}
.zoom_toggle
{
	background-color: #1d8fb8;
	color: white;
}
#sync_scoring
{
	position: absolute;
	bottom: 0;
	right: 0;
}

#bl_membership
{
	background-color: red;
	color: white;
	font-weight: bold !important;
	padding: 5px;
	border: 2px solid black;
}
#bl_membership a
{
	color: white;
	text-decoration: underline;
}