#pdf_field{
  background: #ae1c33;
  color: white;
  border-radius: 5px 0px 0px 5px;
  min-height: 40px;
  font-size: 14px;
  padding-right: 0px;
  margin-right: 0px;
  border: 0px;
}
#search_wrapper{
  background: #f1f1f1;
}
#pdf_results{
  padding: 0px 20px 10px 20px;
}
.searchButton {
  width: 40px;
  height: 40px;
  background: #3c3c3c;
  text-align: center;
  color: #fff;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  font-size: 20px;
  border: 0px;
}
#search_form{
  width: 100%;
  position: relative;
  display: flex;
}