.avatar{
	background-color: #000 !important;
}

.chat,
.btn-darky,
.message:hover,
.current-user:hover,
.emoji-wysiwyg-editor,
#your-message-text{
	background-color: rgb(0, 0, 0, 0.5);	
}

.message,
.current-user,
.input,
.top-side,
.somebody-is-texting{
	background-color: rgb(0, 0, 0, 0.3) !important;
}

.btn-darky,
.poligon,
.link-to-user{
	color: #C9CBCC;
}

.nick,
.current-msg{
	margin-left: 5px !important;
}

.alert-head{
	margin-right: 4px;
}

.current_episode{
	display: none;
	margin: 3px;
	padding: 1px;
	font-size: 80%;
	border: 1px solid white;
	border-radius: 3px;
	color: #ffffff;
}

#upload{
	position: absolute;
	right: 70px;
	height: 35px;
	top: 19px;
	color: #B9BBBE;
	background-color: #000 !important;
}

#upload-files{
	position: absolute;
	left: -100px;
	width: 1px;
	height: 1px;
}