.ac_results {
    position: absolute;
    z-index: 1000;
    background: #FFFFFF;
    box-shadow: 3px 5px 6px rgba(0, 0, 0, 0.15);
    border: 1px solid #B6B6B6;
    font-size: 0.9em;
    border-left:solid 1px #E6E6E6;
    border-right:solid 1px #E6E6E6;
    border-bottom:solid 1px #E6E6E6;
}

.ac_results li {
    white-space: nowrap;
    font-size: 12px;
    width: 288px;
}

.ac_results li a {
    color: #333333;
    display: table;
    table-layout: fixed;
    padding: 4px 10px 4px 10px;
    width: 100%;
            box-sizing: border-box;
}

.ac_results li a .title_name {
    display: table-cell;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 12px;
}
.ac_results li a .category_name {
    display: table-cell;
    width: 85px;
    font-size: 11px;
    color: #FF9000;
}

.ac_results li a.history {
    color: #52188C;
}
.ac_results li a.history.remove {
    color: #333333;
}
.ac_results li a.history.remove:link,
.ac_results li a.history.remove:visited,
.ac_results li a.history.remove:active,
.ac_results li a.history.remove:hover {
    color: #0048B4;
}
.ac_results li a.history {
    text-overflow: ellipsis;
}
.ac_results li a:hover {
    text-decoration: none;
}

.ac_over {
    cursor: pointer;
    background-color: #E6E6E6;
    text-decoration: none;
}

.ac_match {
    text-decoration: none;
    color: black;
}
