div.input-group {
	max-width:500px;
}

input.btn, label.btn {
	padding:6px 25px;
}

textarea.form-control {
	height:200px;
	max-width:none;
	resize:vertical;
}

div.keys {
	margin-top:25px;
}

div.keys p {
	margin-bottom:0;
	cursor:pointer;
}

div.keys p:hover {
	background-color:#f0f0ff;
}
