/* This file is meant to be read by a remote server. */
/* It MUST NOT ASSUME reset or anything else is available! */

ul#dex-suggestions { font-size: 12px; font-family: "DejaVu Sans", Helvetica, Arial, sans-serif; position: absolute; max-height: 192px /* about eight entries */; overflow: auto; overflow-x: hidden; margin: 0; padding: 0; list-style: none; background: white; border: 1px solid #404040; color: black; }
ul#dex-suggestions li { height: 24px /* height of item icon; pokemon are cropped */; padding: 0 0.5em 0 36px; line-height: 24px; white-space: nowrap; vertical-align: middle; background-repeat: no-repeat; background-position: center left; cursor: pointer; }
ul#dex-suggestions li:hover { background-color: #e6eefa; }
ul#dex-suggestions li.selected { background-color: #bfd4f2; }
ul#dex-suggestions li.dex-suggestion-pokemon { background-position: 0px -6px; }
ul#dex-suggestions li.dex-suggestion-item { background-position: 4px center; }
ul#dex-suggestions li .typed { font-weight: bold; text-decoration: underline; }
