body{
	background: #e2e2e2;
}

.content{
	position: relative;
	height: auto;
	padding-top: 30px;
}

.column{
	padding-top: 15px;
	padding-bottom: 15px;
}

.wrapper,.controls{
	position: relative;
	height: auto;
	background: #fff;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
	padding-top: 20px;
	padding-bottom: 20px;
}

.display-row{
	position: relative;
	height: auto;
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
}

.controls{
	padding-left: 20px;
	padding-right: 20px;
}

.first-h3{
	margin-top: 0px;
}

#video{
	position: relative;
	height: auto;
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.scroll-wrapper{
	position: relative;
	max-height: 360px;
	height: auto;
	overflow: hidden;
}

.scroll{
	position: relative;
	height: auto;
	min-height: 400px;
}

.input-group{
	margin-bottom: 20px;
}

.btn-group{
	margin-right: 20px;
}

#normal-submit-btn{
	margin-top: 20px;
}

.btn-row{
	position: relative;
	height: auto;
	margin-bottom: 20px;
}

.check-row{
	position: relative;
	height: auto;
	margin-bottom: 20px !important;
}

.owner-box{
	position: relative;
	display: none;
}

.o-active{
	display: block;
}