@font-face{
	font-family:'Material Icons';
	font-style:normal;
	font-weight:400;
	src:url(/s/lib/font/MaterialIcons-Regular.ttf);
	src:local('Material Icons'),local('MaterialIcons-Regular'),url(/s/lib/font/MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons{
	font-family:'Material Icons';
	font-weight:normal;
	font-style:normal;
	font-size:24px;
	line-height:1;
	letter-spacing:normal;
	text-transform:none;
	display:inline-block;
	white-space:nowrap;
	word-wrap:normal;
	direction:ltr;
	-webkit-font-feature-settings:'liga';
	-webkit-font-smoothing:antialiased;
}
/**/
speaking-form{
	min-width:300px;
	max-width:600px;
}
speaking-form md-input-container{
	margin-bottom:0px;
}
speaking-form md-input-container .md-errors-spacer{
	display:none;
}
/**/
speaking-list{
	min-width:300px;
	max-width:400px;
	margin-top:10px;
}
speaking-list md-list-item{
	border-top: solid 1px #d6d6d6;
}
speaking-list md-list-item img.md-avatar{
	border: solid 1px #eee;
	box-shadow:0px 0px 10px rgba(0,0,0,0.2);
}
speaking-list md-list-item .flag{
	position:absolute;
	top:60px;
	left:40px;
	box-shadow:1px 1px 2px rgba(0,0,0,0.5);
}
speaking-list md-list-item .flag img{
	width:20px;
}
/**/
md-sidenav md-content{
	background-color: #0288D1;
}
md-sidenav a.md-button{
	color: #eee!important;
}
/**/
div[ng-app]{
	min-height:100%;
	height:100%;
}
h1{
	background-color: #607D8B;
	margin: 0px;
	padding: 10px;
	margin-bottom: 20px;
	color: #fff;
	font-family: sans-serif;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.7);
}
.frame_container{
	width:100%;
	margin-top:20px;
}
iframe.chat{
	display: block;
	height:700px;
	width:100%;
	max-width:1000px;
	border: 0px;
	margin:auto;
	-webkit-box-shadow: 0px -10px 20px -10px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px -10px 20px -10px rgba(0,0,0,0.75);
	box-shadow: 0px -10px 20px -10px rgba(0,0,0,0.75);
}
