.view {
	width: 100%;
}

.remoteVideoContainer {
	margin-top: 30px;
	width:50%;
	margin-left: 25%;
}

.remoteVideo {
	width:100%;
}

.startButton {
	background-color: #4090db;
	border: none;
	border-radius: 5px;
	color: white;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
}

.startButtonWrapper {
	margin-top: 20%;
}

.steerRightButton {
	float: right;
}

.steerLeftButton {
	float: left;
}

.steerCenterButton {
	float: center;
}

.steerButtonsWrapper {
	width: 50%;
	margin-left: 25%;
}

.steerButtonsWrapper input {
	background-color: #6e869c;
	border: none;
	border-radius: 5px;
	color: white;
	padding: 5px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
}

.sessionInfo {
	margin-top: 20%;
	font-size: 22px;
	font-family: "Lucida Console", "Courier New", monospace;
}

.sessionLengthInfo {
	font-size: 12px;
	font-family: "Lucida Console", "Courier New", monospace;
	margin-top: 5px;
}

.center {
	text-align: center;
}

.hideClass {
	display: none;
}