.emoji-translate-container {
	max-width: 600px;
	margin: 0 auto;
	overflow: auto;
	z-index: 10;
}
textarea {
	width: 100%;
	font-family: 'Nunito';
	font-weight: 500;
	font-size: 16px;
	height: 150px;
	line-height: 24px;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-block;
	border: 0;
	outline: 0;
	background: transparent;
	cursor: pointer;
	font-size: 16px;
	height: auto;
    padding: 4px;
	line-height: 1.5;
	background-color: #eee;
	border-radius: 3px;
	margin: 0 4px 4px 4px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),0 1px 5px 0 rgba(0, 0, 0, 0.12),0 3px 1px -2px rgba(0, 0, 0, 0.2);
}
select:focus {
	background-color: #7bd6cf;
}
#copyButton, #data-del{
	border: none;
	outline: none;
	cursor: pointer;
	text-align: center;
	background: #E91E63;
	color: white;
	font-weight: normal;
	transition: all .4s;
	height: auto;
    width: auto;
    padding: 5px 7px;
	border-radius: 2px;
	text-transform: uppercase;
	vertical-align: middle;
	font-size: 14px;
	margin: 20px;
}
#footer {
	margin-top: 100px;
	padding-top: 20px;
	border-top: 2px solid #E91E63;
	text-align: center;
	text-transform: uppercase;
}
#footer > p {
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: .2em;
	padding-right: 6px;
}
.note {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 12px;
}
.red {
	color: #E91E63;
}
#clipboardContents {
	opacity: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0;
}

#copy_button, #remove_button {
	margin: 30px 30px;
}
#copy_remove_button {
	user-select: none;
	margin:30px 0px 40px 0px;
}
@media(max-width:510px) {
	#copy_button, #remove_button {
		margin: 30px 10px;
	}
}
#out_message {
	font-size:15px;
	display:inline;
}
.btnT {
	border: none;
    outline: none;
    cursor: pointer;
    text-align: center;
    background: #E91E63;
    color: white!important;
    font-weight: normal;
    transition: all .4s;
    height: auto;
    width: auto;
	padding:9px;
	text-decoration:none;
    border-radius: 2px;
    text-transform: uppercase;
    vertical-align: middle;
    font-size: 14px;
    margin: 20px;
}
.btnT:hover {
    text-decoration: none;
    background: #ac1e4e;
}