
*,::before,::after {
box-sizing:border-box;
}

element.style {
display:block;
}

.suggestions {
background-color:#FFF;
border-bottom-left-radius:10;
border-bottom-right-radius:10;
box-shadow:0 5px 10px rgba(50,50,50,0.598);
margin-top:2px;
position:absolute;
z-index:1;
}
.suggestions > ul {
color:#2B2B2B;
font-size:14px;
list-style:none outside none;
margin:0;
padding:5px 0;
}
.suggestions > ul > li {
height:20px;
line-height:20px;
margin-top:1px;
padding:0 10px;
color:#404040;
	white-space: nowrap;
	cursor:pointer;
}