.fmac_results {
    border: 1px solid gray;
    background-color: white;
    margin: 0;
    list-style: none;
    position: absolute;
    z-index: 100000;
    display: none;
    max-height: 288px;
    min-height: 2em;
    overflow: auto;
    left: 4px;
}

.fmac_results li {
    white-space: nowrap;
    color: #101010;
    text-align: left;
    overflow: hidden;
}

.fmac_results li span.ingredientId {
    display: none;
}

.fmac_results li a {
    display: block;
    padding: 4px 5px;
    text-decoration: none;
}

.fmac_over {
    cursor: pointer;
    background-color: #d9f4ff;
}

.fmac_match {
    background: #72bce1;
    color: #fff;
    padding: 0 2px 0 1px;
    margin: 0 1px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-shadow: 1px 1px 0 #4b90b3;
}

.fmac_over .fmac_match {
    background: #004d6d;
    text-shadow: 1px 1px 0 #004d6d;
}