/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 16 2021 | 13:32:26 */
div [data-id="2"] > .aws-search-form {
  width: 60%;
  height: 100%;
  min-height: 70px;
  margin: auto;
}

div [data-id="2"] > .aws-search-form > .aws-search-btn {
	display: none;
}

div [data-id="2"] > .aws-search-form > .aws-wrapper > .aws-search-field {
  /*border: 3px solid #e57200;*/
  border: 5px solid #999999;
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
  font-size: 20px;!important
  font-weight: bold;!important
  color: #000000 !important;
}

div [data-id="2"] > .aws-search-form > .aws-wrapper > .aws-suggest__keys {
  font-size: 20px;!important
  font-weight: bold;!important
}

#aws-search-result-2 {
  width: 60%!important;
  margin: auto!important;
}