.emoji_data {
    position:absolute;
    top: 30%;
    left: 50%;
	width: 384px;
    height: 192px;
    margin-left: -192px;
}

.emojis {
	width: 384px;
    height: 64px;
    border: 1px solid #ccc;
    background-color: #f3f3f3;
    text-align: center;
}

.links {
	float: right;
	text-align: right;
}

.actions {
	float: left;
	text-align: left;
}

.footer {
    width: 100%;
    height: 32px;
    position: fixed;
    text-align: right;
    bottom: 10px;
    left: -10px;
}

.legal {
	display: none;
}

.url {
    border: 1px solid #ccc;
    background-color: #f3f3f3;
    display: none;
}
