
ul.nc_list {
    list-style: none;
    padding: 0;
    margin: 0;
    border: 1px solid #999;
    background: #ffd;
    font-size: 15px;
    z-index: 1010
}

ul.nc_list li.nc_item {
    cursor: pointer;
    padding: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-bottom: 1px solid #ccc;
    text-transform: none !important
}

ul.nc_list li.nc_item.nc_hover {
    background-color: #337ab7;
    color: #fff
}

ul.nc_list li.nc_footer {
    font-size: 15px;
    color: #555;
    text-align: right;
    background: #eee;
    padding: 3px 5px;
    font-weight: 700
}

li.nc_empty {
    padding: 5px;
    border-bottom: 1px solid #ccc
}

.nc_highlight {
    font-weight: 700
}

