.hidden {
	display:none;
}
#dropdown {
	border: 1px solid #ccc;
	max-height: 200px;
	overflow-y: auto;
	position: absolute;
	display: none;
	background: #fff;
	z-index: 9;
}
.dropdown-item {
	padding: 10px;
	cursor: pointer;
}
.dropdown-item img {
	height: 30px;
	margin-right: 10px;
}
.dropdown-item:hover {
	background-color: #f0f0f0;
}