.js-email-suggest-list {
	position: absolute;
	z-index: 999999;
	background-color: #fff;
	border: 1px solid rgba(0,0,0,0.15);
	border-radius: 0.5rem;
	padding: 0.5em 0.75em;
	max-height: 150px;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-box-shadow: 0 4px 12px rgba(0,0,0,0.15);
	box-shadow: 0 4px 12px rgba(0,0,0,0.15);
	margin: 0;
	list-style: none;
	display: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.js-email-suggest-list li {
	padding: 5px 0;
	cursor: pointer;
	font-size: 15px;
	color: #0275d8;
	line-height: 1.4;
	border-bottom: none;
}

.js-email-suggest-list li:hover,
.js-email-suggest-list li:active {
	color: #014c8c;
	text-decoration: underline;
}
