.code_tool > * {
	vertical-align: middle;
}

#code_tool_button {
	background-color: #5BAC26;
	color: white;
	border: none;
	font-size: 16px;
	font-weight: bold;
	padding: 13px 22px 12px;
}

#code_tool_button:active,
#code_tool_button:focus,
#code_tool_button:hover {
	background-color: #02496D;
}

#code_tool_input {
	margin-bottom: 0;
	padding: 7px 35px;
	padding-right: 35px;
	font-size: 24px;
	width: 145px;
	border: 2px solid #E5E5E5;
	font-family: "neuzeit-grotesk-light","neuzeit-grotesk-light Fallback";
	text-transform: uppercase;
	font-weight: bold;
	color: black;
	margin-right: 15px;
}

#code_tool_input::placeholder {
	opacity: 0.19;
	color: #02496D;
}

@media (max-width: 499px) {
	#code_tool_input,
	#code_tool_button {
		width: 180px;
		display: block;
	}

	#code_tool_input {
		margin-bottom: 12px;
		padding: 7px 52px;
		padding-right: 35px;
	}

	#code_tool_button {
		font-size: 15px;
		padding: 13px 11px 12px;
	}
}
