﻿#al_results {
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);

    background: white;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    list-style: none;
    margin: 0;
    max-height: 300px;
    overflow: auto;
    padding: 0;
    position: absolute;
}

#al_results:empty {
    display: none;
}

#al_results li {
    cursor: pointer;
    font-size: 0.9em;
    padding: 4px 10px;
}

#al_results li.active,
#al_results li:hover {
    background: #efefef;
}

#al_results span {
    color: #888;
    font-size: 0.9em;
    padding-left: 7px;
}

#al_results i {
    float: right;
    padding-left: 7px;
    padding-top: 4px;
}

#al_notification {
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);

    font-size: 0.9em;
    padding: 5px;
    position: absolute;
}

#al_notification:empty {
    display: none;
}