#jlk-form .suggests {
    margin-bottom: 20px;
}

#jlk-form .suggests:empty {
    display: none;
}

#jlk-form .suggests ul {
    margin: 0;
    list-style: none;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 4px;
    overflow: hidden;
}

#jlk-form .suggests a {
    color: rgba(0,0,0,0.75);
    display: block;
    padding: 5px;
}

#jlk-form .suggests li:nth-child(2n) a {
    background: rgba(0,0,0,0.06);
}

#jlk-form .suggests a:hover {
    background: rgba(0,0,0,0.1)!important;
    text-decoration: none;
    color: rgba(0,0,0,0.9);
}

.jlk-sep {
    color: rgba(0,0,0,0.3);
    padding: 0 7px;
}

.jlk-label {
    background: rgb(0, 93, 141);
    color: #fff;
    padding: 2px 5px;
    border-radius: 2px;
    font-size: 90%;
    margin-right: 4px;
}

.jlk-value {
    font-weight: 500;
}