.emojized-table {
	display: table;
}

.emojized-table .row {
	display: table-row;
}

.emojized-table .column {
	display: table-cell;
	vertical-align: middle;
	padding: 3px;
}
.emojized-table .head {
	font-weight: bold;
}

.emojized-table .emoji {
	font-size:64px;
	height:75px;
	width:75px;
}

.emojized-table .count {
	font-size:64px;
	height:75px;
	width:100px;
}