﻿#root {
	background: url(../images/bg.jpg) no-repeat center bottom;
	background-size: cover;
}
.ChatWrapper {
	max-width: 960px;
	max-height: 720px;
}
@media (max-width: 575.98px) {
	.ChatWrapper {
		max-height: none;
	}
}
.LocationSelector-trigger, .LocationMessage {
	display: none;
}
a.pip-leader:before {
    content: none;
}
a.pip-leader {
    display: table;
}
a.pip-leader>* {
    display: table-cell;
	vertical-align: top;
	padding: 5px;
}
a.pip-leader img {
	max-width: 90px;
}
a.pip-leader>*>* {
    display: block;
}
a.pip-leader em {
	font-size: 1.125em;
    font-style: normal;
}
a.pip-leader span {
	margin-top: 5px;
	max-width: 200px;
	line-height: 1.5em;
	color: #666;
}
.pip-leader-position {
	color: #666;
}
.pip-leader-position:before {
	content: "（";
}
.pip-leader-position:after {
	content: "）";
}
