.emoji-wysiwyg-editor {
	width: 100%;
	border: 1px solid #d0d0d0;
	padding: 2px 4px;
	font-weight: normal;
	border-radius: 0px;
	/*-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);*/
	-webkit-font-smoothing: antialiased;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
    resize: vertical;
	min-height: 28px;
    color: #000;
}
textarea.emoji-area {
	margin-bottom: 0 !important;
	padding: 10px;
	display: inline-block;
	width: 80% !important;
}
.emoji-nl {
	height: 1px;
}

.emoji-text img {
	width: 1.4em;
	height: 1.4em;
	vertical-align: sub;
	border: 0 none;
}

.emoji-button {
	display: inline-block;
	vertical-align: top;
	position: absolute;
    cursor: pointer;
    right: 6px;
    top: 4px;
}

.emoji-button span.fa {
	color: #999;
}

.emoji-container {
	position: relative;
}