/* Basic formatting for the dropdown */
.emoji-list {
	padding: 5px;
	min-width: 780px !important;
}

/* Styles for the clickable images */
.emoji-list * {
	display: inline-block;
	margin: 1px;
	cursor: pointer;
}
.btnSpecial{
	border:1px solid black;
	display:inline-block;
	height:2em;
	line-height:2em;
	width:2em;
	text-align:center;
	color:black;
	cursor:pointer;
}

/* Add more space around images so they're easier to select on small devices. */
@media (max-width:600px) {
	.emoji-list * {
		margin: 3px;
	}
}
