#search-wrapper{
	width:250px;
    margin-top:0;
}
.stylish-input-group .input-group-addon{
	border-radius:0px;
	border-color:#000;
    background: white !important; 
}
.stylish-input-group .form-control{
	height:40px;
	font-size: 14px;
	border-radius:0px;
	border-right:0; 
	/* box-shadow:0 0 0; */
	border-color:#000;
}
.stylish-input-group button{
    border:0;
	border-color:#000;
    background:transparent;
}

.glyphicon.glyphicon-search {
    font-size: 22px;
	/* font-size: 21px; hange to 22px on 6/13/17 */
	color:#0A4595;
}

