#input {
	height: 130px;
}

#result {
	border: 1px solid #ccc;
	border-radius: 4px;
	height: 160px;
	padding: 6px 5px;
	overflow: scroll;

	font-family: monospace;
	line-height: 1.2 !important;
	font-size: 14px;
	color: #555;
}

#matches {
	max-height: 210px;
	overflow: auto;
}


s {
	text-decoration: none;
}

s:nth-of-type(3n+1) {
	background-color: #fbb;
}
s:nth-of-type(3n+2) {
	background-color: #afa;
}
s:nth-of-type(3n) {
	background-color: #abf;
}


.layout {
	width: 100%;
}


.form-control {
	padding: 4px 8px;
}

@media screen and (max-width: 360px) {
	.layout td:nth-of-type(1) {
		width: 50px;
	}
}
@media screen and (min-width: 361px) {
	.layout td:nth-of-type(1) {
		width: 75px;
	}
}

