  #search-form {
	border-bottom: 1px solid #B5B5B5;
	padding: 10px;
}

#search-form .gsc-input input {
	background-image: none !important;
}

#search-container h2 {
	text-transform: uppercase;
}

#search-results {
	display: none;
	float:left;
	/*padding: 20px 0 0 10px;*/
	/*width: 650px;*/
	width: 65%;
}
#search-results h2 {
	padding: 15px 20px 0;
	margin-bottom: 0;
}

/* hide web results search form */
#search-results form {
	display: none;
}
/* hide web results "header" */
#search-results .gsc-resultsHeader td.gsc-twiddleRegionCell, #search-results .gsc-above-wrapper-area {
	display: none;
}

#special-results {
	background-color: #FBFBFB;
	border-bottom: 1px solid #B5B5B5;
	border-left: 1px solid #B5B5B5;
	border-right: 1px solid #B5B5B5;
	color: #555555;
	float: right;
	padding: 20px 10px 0 0;
	/*width: 280px;*/
	width: 30%;
	display: none;
}
#special-results h2 {
	padding-left: 10px !important;
}
#special-results ul {
	padding-left: 10px;
	margin-left: 0;
}
#special-results ul li {
	list-style: none outside none;
	font-size: 16px;
}

#special-results a[href^="tel:"] {
	color: black;
}

#special-results a[href^="tel:"]:before {
	content: " - ";
}

#special-results .directory_number {
	
}

/* expand default google results width */
.gsc-control {
	width: 100% !important;
}