.dropdown-menu {
    list-style: none;
    padding: .3em 0 0;
    margin: 0;
    /*background-color: white;*/
    background-color: #f8f8f8;
    overflow: hidden;
    font-size: inherit;
    letter-spacing: .025em;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, .2);
    border: 1px solid #d1d1d1;
}

.dropdown-menu a:hover {
    cursor: pointer;
}

.dropdown-menu li {
    letter-spacing: 0;
    display: block;
    float: none;
    margin: 0;
    padding: 0;
    border: none;
}

.dropdown-menu li:before {
    display: none;
}

.dropdown-menu .textcomplete-footer {
    margin-top: .3em;
    background: #f8f8f8;
    border-top: 1px solid #d1d1d1;
}

.dropdown-menu .textcomplete-footer a {
    color: #484848;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .05em;
    line-height: 2.1818em;
    padding-left: 1.8181em;
    font-family: Arial, Helvetica, Tahoma, Verdana, Sans-Serif;
    font-size: 11px;
    font-weight: bold;
}

.dropdown-menu .textcomplete-footer .arrow {
    margin-left: .8em;
    font-size: 1.3em;
}

.dropdown-menu li .emojione {
    vertical-align: middle;
    font-size: 1.23em;
    width: 1em;
    height: 1em;
    top: -1px;
    margin: 0 .3em 0 0;
}

.dropdown-menu li a {
    display: block;
    height: 100%;
    line-height: 1.8em;
    padding: 0 1.54em 0 .615em;
    color: #4f4f4f;
}

.dropdown-menu .active,
.dropdown-menu li:hover {
    background: #e5e5e5;
    /*color: white;*/
    /*border-top: 1px #bcbcbc solid;*/
    /*border-bottom: 1px #bcbcbc solid;*/
}

.dropdown-menu .active a,
.dropdown-menu li:hover a {
    color: inherit;
}

.dropdown-emoji {
    height: 28px;
    float: left;
}

.dropdown-emoji img.emojione {
    height: 100% !important;
}

.dropdown-shortname {
    display: inline-block;
}