.js-service-search {
	display: flex;
	width: 520px;
	max-width: 100%;
	margin: 0 auto;
}
	.js-service-search input[type="search"] {
		border: 1px solid #e5e5e5;
		background-color: #e5e5e5;
		border-radius: 0;
		-webkit-appearance: none;
		appearance: none;
		color: #7b7b7b;
		font-family: 'Open Sans', Arial, Helvetica, sans-serif;
		font-size: 16px;
		line-height: 1.3em;
		padding: 15px;
		width: 100%;
	}
	.js-service-search input[type="search"]:focus {
		border-color: #ff9b00 !important;
	    outline: 0 none;
	}
	.js-service-search button {
		background-color: #82b338;
		color: #fff;
		width: 70px;
		padding: 10px 20px;
		box-sizing: border-box;
	}
.js-service-search-result {
	margin-top: 30px;
}
.js-service-search-result.error {
	color: #f00;
	border: 1px dashed #f00;
	padding: 20px;
}
	.js-service-search-result .highlight {
		/*background-color: #ff9b00;*/
		background-color: #e5e5e5;
	}
	
	.js-service-search-result table {
		border: 1px solid #ddd;
		width: 100%;
		text-align: center;
	}
		.js-service-search-result table th {
			font-weight: bold;
			font-size: larger;
			background-color: #f2f2f2;
		}
		.js-service-search-result table th,
		.js-service-search-result table td {
			padding: 10px 5px;
		}
		