.note-ext-emoji-list {
    width: 420px;
    height: 220px;
    overflow: auto;
    padding-left: 5px;
}

.note-ext-emoji-list button {
    margin-top: 5px;
    margin-right: 5px;
    padding: 0px;
}

.note-ext-emoji-list .note-emoji-btn img {
    width: 30px;
}

img.emoji-img-inline {
    display: inline-block;
    margin-top:-0.3em;
    height: 1.2em;
    width: auto;
}

.note-ext-emoji-search {
	margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 5px;
}

@media only screen and (device-width: 1064px),
    only screen and (max-width: 1064px) {
    .note-ext-emoji-list {
        width: 320px;
        height: 190px;
    }
    .note-ext-emoji-list .note-emoji-btn img {
        width: 25px;
    }
}
@media only screen and (device-width: 635px),
    only screen and (max-width: 635px) {
    .note-ext-emoji-list {
        width: 180px;
        height: 200px;
    }
    .note-ext-emoji-list .note-emoji-btn img {
        width: 20px;
    }
}