.emoji-picker {
  overflow-y: hidden;
	overflow-x: hidden;
}

.emoji-picker-button {
  width: 40px;
  height: 40px;  
	font-family: monospace;
  font-size: 24px;
  line-height: 24px;
  border: none;
	background: transparent;
}

.emoji-picker-button-forum {
  width: 1.5em;
  height: 1.5em;
  font-family: monospace;
  font-size: 1.8em;
  line-height: 1.8em;
  border: none;
}

.emoji-picker-button:focus {
  outline: none;
}

.emoji-picker-button:hover {
  background-color: #eef;
  border-radius: 6px;
}
