#translatorPopup {
	text-align: center;
	padding-left: calc(1.45em);
	padding-right: calc(1.45em);
}

#translatorInput {
	margin-right: .5em;
}

#translatorGoButton {
	max-height: 1rem;
}

#translatorInput {
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: visible;
}