.datalist-polyfill {
list-style: none;
display: none;
background: white;
box-shadow: 0 2px 2px #999;
position: absolute;
left: 0;
top: 0;
margin: 0;
padding: 0;
max-height: 300px;
overflow-y: auto;
}
.datalist-polyfill:empty {
display: none !important;
}
.datalist-polyfill > li {
padding: 3px;
font: 13px "Lucida Grande", Sans-Serif;
}
.datalist-polyfill__active {
background: #3875d7;
color: white;
}