﻿
.atwho-view 
{
    position:absolute;
    top: 0;
    left: 0;
    display: none;
    margin-top: 18px;
    background: white;
    border: 1px solid #DDD;
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    min-width: 120px;
    z-index: 11110 !important;
}



.atwho-view .atwho-header:hover
{
    cursor: default;
}

.atwho-view strong 
{
    font-weight:700;
}

.at-who-image
{
	font-weight:400 !important;
}

.at-who-image img
{
	margin-right:10px !important;
}
.at-who-image div
{
	margin-right:10px !important;
}


.atwho-view ul 
{
    /* width: 100px; */
    list-style:none;
    padding:0;
    margin:auto;
    max-height: 220px;
    overflow-y: auto;
}
.atwho-view ul li 
{
    display: block;
    padding: 5px 10px;
    cursor: pointer;
}

