
#custom-search-input{
	padding: 3px;
	border: solid 1px #E4E4E4;
	border-radius: 6px;
	background-color: #fff;
}

#custom-search-input input{
	border: 0;
	box-shadow: none;
}

#custom-search-input button{
	margin: 2px 0 0 0;
	background: none;
	box-shadow: none;
	border: 0;
	color: #666666;
	padding: 0 8px 0 10px;
	border-left: solid 1px #ccc;
}

#custom-search-input button:hover{
	border: 0;
	box-shadow: none;
	border-left: solid 1px #ccc;
}

#custom-search-input .glyphicon-search{
	font-size: 23px;
}
.space{
  padding-top:20px;
}
.header-title {
  font-size: 17px;
  font-weight: 400;
  background: #f4f4f4;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 10px;
  color: #5e5e5e;
}
.spaceButton{
    left: -25%;
}
