
.publicVmtMenu {
	width: 300px;
	padding-top: 10px;
}

.publicJoinMeeting {
	text-align: center;
	padding-top: 10px;
	width: 100%;
	font-weight: 700;
	font-family: Roboto,Helvetica Neue,sans-serif;
	float: left;
}

.publicPhoto {
	padding-bottom: 10px;
	width: 80%;
}

.roomAndStatus {
	width: 100%;
}

.publicJoinButton {
	cursor: pointer;
	border-radius: 6px;
	color: #ffffff;
	font-weight: 700;
	width: 100px;
	line-height: 1;
	width: 80%;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	background-color: #505050;
}

.roomStatusCheck {
	display: inline-block;
	padding-top: 10px;
	font-size: 16px;
}

.roomStatusTitle {
	padding-right: 10px;
	line-height: 30px;
	float: left;
	color: #565656;
}

.status {
	float: left;
	background-color: #3d94f6 ;
	height: 30px;
	width: 30px;
	border-radius: 24px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}	
