/** ign api **/

.ignResults {
    background:#fff; border:1px solid #d9d9d9; border-radius:4px;
    box-shadow:0 2px 6px rgba(0,0,0,.3);
    margin:0; padding:4px 0; list-style:none; font-size:14px;
}
.ignResults::-webkit-scrollbar{display:none}
.ignResults li {
    display:block; padding:4px 6px; cursor:pointer;
    white-space:normal; line-height:1.6; transition:background-color .2s;
}
.ignResults li:not(:last-child){border-bottom:1px solid #f0f0f0}
.ignResults li:hover,
.ignResults li.active {background:#f5f5f5}
.ignMarker {
    display:inline-block; vertical-align:middle; width:16px; height:16px;
    background:url('../images/marker.png') no-repeat center; margin-right:8px;
}
.ignResults li strong {
    display:inline-block; line-height:inherit; font-weight:600; vertical-align:baseline;
}

/** fin ign api **/
