#appearin-room {
	width: 100%;
	height: 0px;
	margin-bottom: 0;
}

#aiwp-room-type-selection {
	text-align: center;
	font-weight: bold;
	font-size: 125%;
}

	#aiwp-room-type-selection div {
		vertical-align: top;
		display: inline-block;
		width: 50%;
	}

	#aiwp-room-type-selection div div {
		vertical-align: top;
		display: inline-block;
		width: 100%;
	}

	#aiwp-container {
		position: relative;
	}

	#aiwp-container iframe {
		border: 0;
	}

	#aiwp-container button {
		width: 100%;
		padding: .75em;
		display: block;
		margin: 0;
		border: 0;
		border-radius: 0;
		box-shadow: none;
		text-shadow: none;
	}

	#aiwp-container button:hover {
		border-radius: none;
		box-shadow: none;
		text-shadow: none;
	}

	#aiwp-invites {
		position: absolute;
		right: 50px;
		width: 270px;
	}

	#aiwp-invites i {
		font-size: 20px;
		line-height: 2.5;
		background: transparent !important;
	}

	.aiwp-invite-buttons {
		text-align: center;
		font-weight: bold;
	}

	.aiwp-invite-buttons a {
		display: inline-block;
		color: #888;
		width: 50px;
		height: 50px;
		text-decoration: none;
		font-size: 100%;
	}
	.aiwp-invite-buttons a:hover {
		color: white;
	}

	#aiwp-minimize {
		margin-left: 25px;
	}

	#aiwp-room-type-selection a {
		font-size: 75%;
	}

	#appearin-room-labels {
		text-align: center;
		font-size: 75%;
	}
		#appearin-room-label-external a {
			display: block;
			text-decoration: none;
		}
div[data-position="bottom"].aiwp-room-threshold {
	width: 100%;
	position: fixed !important;
	bottom: 0;
	left: 0;
	z-index: 10000;
}
div.aiwp-room-threshold button {
	padding: .25em !important;
}
#aiwp-maximize {
	display: none;
	position: fixed !important;
	bottom: 0;
	left: 0;
	z-index: 10000;
	width: 64px;
	height: 64px;
	cursor: pointer;
}