#header-search {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  background-color: #DFDEBB;
  padding: 10px;
  padding-top: 14px;
  height: 48px;
  margin: 25px 7px 0px 0px;
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.6);
}
#header-search td {
	border: 0px solid black;
}
form.gsc-search-box{
	width:300px;
}
.gsc-branding{
	display: none;
}
.gsc-clear-button{
	display: none;
}
.gsc-input #gs_tti50 {
	padding: 0px;
}
.gsc-control-wrapper-cse td, .gsc-control-wrapper-cse table {
	border: 0px solid black;
}