body {
	width: 100% !important;
}

.searchbox {
	width: 80% !important;
	margin-left: auto !important;
	margin-right: auto !important;
	height: 50px !important;
}

@media only screen and (min-width: 800px) {
	.searchbox {
		width: 50% !important;
		height: 60px !important;
		margin-top: 30px;
	}
}