.atwho-view {
    position:absolute;
    top: 0;
    left: 0;
    display: none;
    margin-top: 18px;
    background: white;
    color: black;
    border: 1px solid #DDD;
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    min-width: 120px;
    max-height: 200px;
    overflow: auto;
    z-index: 11110 !important;
    width: 250px;
}

.atwho-view .cur {
    background: #EEEEEE;
    color: #999;
}

.atwho-view .cur small {
    color: #666;
}
.atwho-view strong {
    color: #347ABB;
}
.atwho-view .cur strong {
    color: #000;
    font-weight: bold;
}
.atwho-view ul {
    /* width: 100px; */
    list-style:none;
    padding:0;
    margin:auto;
    border: 1px solid #999999;
    border-bottom: 0;
}
.atwho-view ul li {
    text-align: right;
    display: block;
    padding: 5px 5px;
    border-bottom: 1px solid #DDD;
    cursor: pointer;
    /* border-top: 1px solid #C8C8C8; */
}
.atwho-view img{
    float: left;
    margin: -5px;
}
.atwho-view small {
    font-size: smaller;
    color: #777;
    font-weight: normal;
}
