.emoticonPicker {
	padding: 10px;
}

.emoticonPicker .moods {
	position: relative;
	width: 74%;
	height: 37px;
}

.emoticonPicker .mood {
	display: inline-block;
	margin: 0 5px;
	border-radius: 50%;
}

/*.emoticonPicker .mood.excited {
	left: 10%;
}

.emoticonPicker .mood.happy {
	left: 30%;
}

.emoticonPicker .mood.sad {
	left: 50%;
}

.emoticonPicker .mood.depressed {
	left: 70%;
}

.emoticonPicker .mood.anxious {
	left: 90%;
}*/

.emoticonPicker .emoticon {
	width: 37px;
	height: 37px;
	background-size: 37px 37px;
	margin: 0 auto;
}

.emoticonPicker .mood.selected .emoticon {
	cursor: auto;
	

}

.emoticonPicker .mood.selected {
	border: 4px solid #2cdd6b;

}
.emoticonPicker .check {
	position: absolute;
	width: 40px;
	height: 40px;
	background-image: url(http://d1gq9jzbezk7fw.cloudfront.net/p/en_US/gv/i/check_s_v1.png);
	background-size: 40px 40px;
	left: 29px;
	top: -17px;
	display: none;
}

.emoticonPicker .mood.selected .check {
	display: none;
}

.emoticonPicker .tagContainer, .emoticonPicker .notesContainer{
	margin: 10px 0 0 0;
}


.emoticonPicker .separator {
	height: 1px;
	background-color: #c0c0c0;
	margin: 5px 0 0 0;
}

.emoticonPicker .flex-container {
	display: flex;
	align-items: center
}

.emoticonPicker .i-feel {
	font-weight: bold;
}