div.keywordfight {
	width: 50%;
	text-align: center;
	font-weight: bold;
	font-size: 28px;
	text-indent: 0;
	border: 3px #1e73be solid;
	border-radius: 5px;
	padding: 0.5em;
	margin: auto;
}
.keywordfight span {
	font-weight: normal;
	font-size: 18px;
}
.kwfight, #kwresults {
	width: 100%;
	text-align: center
}
.kwfight input {
	width: calc(50% - 8px);
}
.kwfight button {
	font-size: 1em;
	width: auto;
	margin: 10px 16px 20px 0;
}