.suggestions-wrapper {
	top: 65px;
	font-size: 14px;
	line-height: 1.5em;
}
[data-name="your-name"] .suggestions-wrapper{
	top: 113px;
}
[data-name="your-email"] .suggestions-wrapper{
	top: 161px;
}
.suggestions-hint {
    font-size: 12px;
    letter-spacing: 1px;
}
.suggestions-suggestion {
    border-top: 1px solid #eee;
    padding: 8px 4px;
    background: #f9f9f9;
}
.suggestions-suggestion:hover {
     background: #f0f0f0;
}