video {
  width: 100%    !important;
  height: auto   !important;
}

.vjs-big-play-button {
    background-color: #6bb784 !important;
}

.enable-flash {
	display: none;
    background-color: #fff;
    padding: 10px;
    text-align: center;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    margin-bottom: 10px;
}

.twemoji-picker-container {
	display: none;
	position: absolute;
	bottom: 48px;
	z-index: 1000;
	background-color: #fff;
    border-radius: 3px;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, .1), 0 1px 10px rgba(0, 0, 0, .35);
    padding: 10px;
    width: 278px;
    font-size: 2em;
    text-align: center;
}

.twemoji-picker-container img {
	cursor: pointer;
	height: 1em;
	width: 1em;
	margin: 0 .05em 0 .1em;
	vertical-align: -0.1em;
}

img.emoji {
   height: 1em;
   width: 1em;
   margin: 0 .05em 0 .1em;
   vertical-align: -0.1em;
}

/* chat container */
.chat-container {
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    padding-top: 10px;
    padding-bottom: 10px;
	background-color: #fff;
	min-height: 100px;
	position: relative;
}

#message-input {
	padding: 10px;
}

.chat-toolbar {
	width: 100%;
	border-top: 1px solid rgba(0,0,0,0.1);
}

.chat-toolbar ul {
    margin: auto;
    padding-left: 10px;
    padding-right: 10px;
}

.chat-toolbar li {
	font-size: 1.8em;
}

.chat-toolbar i {
	color: #a9a9a9;
	cursor: pointer;
}

.chat-toolbar i.active {
	color: #1b1b1b;
}

.chat-input {
	border: none;
}

[contenteditable=true]:empty:before {
	content: attr(placeholder);
	display: block; /* For Firefox */
	color: #a9a9a9;
}

.chat-messages {
	height: 270px;
	overflow-y: auto;
}

.chat-message {
	position: relative;
	border-top: 1px solid rgba(0,0,0,0.1);
	min-height: 60px;
}

.chat-message.is-model .chat-message-sender {
	color: #6bb784;
}

.chat-message.is-tip {
	background-color: #6bb784;
}

.chat-message:first-child {
	border: none;
}

.chat-message-sender {
	position: absolute;
	font-weight: bold;
	top: 5px;
	left: 10px;
}

.chat-message-content {
	font-size: 1.1em;
	padding: 10px;
	padding-top: 25px;
	word-wrap: break-word;
}

#tip-tool-container {
	display: none;
	position: absolute;
	bottom: 48px;
	z-index: 1000;
	background-color: #fff;
    border-radius: 3px;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, .1), 0 1px 10px rgba(0, 0, 0, .35);
    padding: 10px;
    width: 278px;
    text-align: center;
}

#tip-tool-container p {
	font-weight: bold;
}

#tip-tool-container button {
	margin-top: 10px;
}

.tool-triangle:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-width: 10px;
	border-style: solid;
	border-color: #fff transparent transparent transparent;
    bottom: -18px;
    left: 15px;
}

#tip-tool-container .tool-triangle:before {
    left: 88px;
}

.chat-menu {
	padding-left: 10px;
}

.chat-menu li {
	cursor: pointer;
}

.chat-menu li.active {
	color: #6bb784;
}

.chat-users {
	display: none;
	height: 270px;
	overflow-y: auto;
}

.chat-user-list-item {
	font-weight: bold;
	cursor: pointer;
	padding-left: 10px;
}

.chat-user-list-item-host {
	padding-left: 10px;
	font-weight: bold;
	color: #6bb784;
}

.chat-stats {
	display: none;
	height: 270px;
	overflow-y: auto;
}

.chat-stats p {
	padding-left: 10px;
}

.chat-user-banned-item {
    font-weight: bold;
    cursor: pointer;
    padding-left: 10px;
}

.chat-user-info, .chat-user-banned {
	display: none;
	position: absolute;
	top: 20px;
    margin: auto;
    left: 0;
    right: 0;
	z-index: 1000;
	background-color: #fff;
    border-radius: 3px;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, .1), 0 1px 10px rgba(0, 0, 0, .35);
    padding: 10px;
    width: 90%;
    text-align: center;	
}

.chat-user-info-name {
	font-weight: bold;
}

a.chat-user-ban, a.chat-user-ban:hover {
	cursor: pointer;
	color: #da3737;
}

.chat-user-unban {
	cursor: pointer;
}