#emotes {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.emote {   
    color: white;
    padding: 0.5em;
    background-color: #222;
    border-radius: 0.5em;
    margin: 0.5em;
    height: 56px;
}

.emote-image {
    width: 56px;
    height: 56px;

    margin: 0;

    display: inline-block;
}

.emote-names {
    display: inline-block;
    margin-left: 1em;
}

.emote-names p {
    margin: 0;
}

.emote-names .emote-name { 
    margin-top: 8px;
    font-weight: bold;
}

.emote-names .emote-artist {
    color: #888;
    margin-top: 4px;    
}