/**
 * Trumbowyg v2.14.0 - A lightweight WYSIWYG editor
 * Trumbowyg plugin stylesheet
 * ------------------------
 * @link http://alex-d.github.io/Trumbowyg
 * @license MIT
 * @author plugin: Rooseboom
 */

.mentionclose
{
    float: right;
    cursor: pointer;
    position: relative;
    top:-10px;
    left:8px;
}

.mentionDiv
{
    position:absolute;
    display:none;
    z-index: 1000000;
    padding:10px;
    background: #FFFFFF;
    width:300px;
    border: 2px solid #dee2e6;
    border-radius: 4px;
}

.mentionli
{
    list-style-type: none;
    cursor: pointer;
    padding:2px;
}

.mentionli:hover
{
    list-style-type: none;
    cursor: pointer;
    background-color: #73c3d8;
    color:#FFFFFF;
}

mntn
{
    text-decoration: underline;
    color:#f26322;
    display:inline-block;
}