body {
	margin: 0;
	text-align: center;
	font-family: Arial;
}
div, footer {
	display: block;
	width: 100%;
}
footer {
	font-size: 0.9em;
}
button {
	display: inline-block;
	padding: 10px 20px;
	margin: 0 10px;
	border-radius: 5px;
	text-transform: uppercase;
}
section {}
.rVideo {
	max-width: 800px;
	margin: 0 auto;
}
section .btn-holder {
	padding: 10px 0 20px 0;
}
section .btn-holder .non-active {
	border: 1px solid #0097a7;
	color: #0097a7;
	background: #fff;
	cursor: pointer;
}
section .btn-holder .non-active:hover {
	color: #fff;
	background: #0097a7;
}
section .btn-holder .active  {
	border: 1px solid #ccc;
	color: #a1a1a1;
}
footer {
	padding: 20px 0;
}
footer a {
	color: #0097a7;
}
.hide {
	display: none;
	/*position: absolute;
	top: -999999em;
	left: auto;
	width: 0px;
	height: 0px;
	overflow: hidden; */}
}