div#videoButton {
	height: 30px;
	line-height: 30px;
	text-align: center;
	padding: 5px 10px;
	color: #FFF;
	font-weight: bold;
	background: #3D3D3D none;
	margin: 0 0 0 0;
}
div#videoButton:active {
	background: #B91420 none;
}
div#streamContent {
	display: none;
	margin: 0 0 6px 0;
}

div#videoStream {
	max-width: 760px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 6px;
}