/*
.reply-indicator__content .emojione, 
.status__content .emojione {
	width: 25px;	/* Stock is 20px */
	height: 25px;	/* Stock is 20px */
}
*/
.emoji-mart-category .emoji-mart-emoji span {
	width: 33px !important; /* stock: 20px; defined inline */
	height: 33px !important; /* stock: 20px; defined inline */
}

.status__content p:only-child > img:only-child {
    height: 56px;
    width: 56px;
}

.detailed-status .status__content p:only-child > img:only-child {
    width: 56px;
    height: 56px;
}

.emojione:hover {
  width: 56px !important;
  height: 56px !important;
  transition: all 0.2s ease-in-out !important;
}

.emojione {
  width: 24px !important;
  height: 24px !important;
  transition: all 0.2s ease-in-out !important;
}

@media screen and (min-width: 631px) {
    .columns-area {
        max-width: 100%;
    }

    .column {
        flex: 1 1 100%;
        min-width: 300px;
    }
}

