body {
	font-family: 'Raleway', sans-serif;
	background: url('../img/background.jpg') repeat-y center;
}

div#videos-container.audio-only, div#videos-container.audio_only {
	background: url('../img/audio.jpg') no-repeat center;
}

div#videos-container.audio-only.audio-receive, div#videos-container.audio_only.audio-receive {
	background: url('../img/audio_receive.jpg') no-repeat center;
}

.waitMe_progress.img img {
	width:200px;
}

img#logo {
	width:225px;
}

form#terms-form{
	overflow:visible;
}

video.mirror {
	/*-webkit-transform: scaleX(-1);
	transform: scaleX(-1);*/

	transform: rotateY(180deg);
	-webkit-transform:rotateY(180deg); /* Safari and Chrome */
	-moz-transform:rotateY(180deg); /* Firefox */
}

#video-preview {
	min-height:250px;
	width:100%;
	background: yellow;
}



.small-text {
	font-size:12px;
}

#text-message-view {
	background: #fff2ce;
	border:1px solid #ffd065;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:10px;
}

#google_translate_element {
	float:left;
}