/* ¸à¼Ç±â´ÉÀ» À§ÇÑ CSS */
.mention_member {
    color: #82a72b;
    border-radius: 3px;
    padding: 1px;
    cursor: pointer;
    line-height: 20px;
}
.mention_member_myself {
    background-color: #82a72b;
    color: #ffffff;
    border-radius: 3px;
    padding: 1px;
    cursor: pointer;
    line-height: 20px;
}
.mentions-input-box .mentions-autocomplete-list {
    display: none;
    background-color: #ffffff;
    border: 1px solid #b2b2b2;
    position: absolute;
    left: -151px;
    top: 0;
    z-index: 10000;
    width: 155px;
    max-height: 400px; /* ÀÚµ¿¿Ï¼º ¸ñ·ÏÀÇ ÃÖ´ë³ôÀÌ */
    overflow-y: auto;
}
.mentions-input-box .mentions-autocomplete-list li {
    display: block;
    text-align: left;
    background-color: #ffffff;
    padding: 0 3px 0 5px;
    margin: 0;
    width: auto;
    border-bottom: 1px solid #eeeeee;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    cursor: pointer;
    list-style: none;
    white-space: nowrap;
    font-size: 12px;
    font-family: "Malgun Gothic", "Malgun Gothic", dotum, tahoma, sans-serif;
}
.mentions-input-box .mentions-autocomplete-list li > .mention_avatar {
    /*width: 16px;*/
    /*height: 16px;*/
    /*float: left;*/
    /*margin-top: 5px;*/
    /*margin-right: 5px;*/
    /*-moz-background-origin: 3px;*/
    /*border-radius: 3px;*/
    width: 25px;
    height: 25px;
    border: solid 1px #f5f5f5;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 3px;
}
.mention_profile_text {
    height: 15px;
    line-height: 15px;
    font-size: 10px;
    font-family: "Malgun Gothic", "Malgun Gothic", dotum, tahoma, sans-serif;
    font-weight: normal;
    color: #999999;
    margin-left: 3px;
}
