.searchResult {
	margin-bottom: 0;
    padding-bottom: 0;
	/* border-bottom-style: solid; */
    /* border-bottom-width: 2px; */
    /* border-bottom-color: #edeaea; */
	margin-left: 3%;
}
.pageLink {
    font-size: 12px;
    color: #999;
    margin: 2px 0 8px 0;
    padding: 0;
    display: block;
	padding: 2px 0 5px 0;
}
.result {
    width: fit-content;
    margin: 0 auto 20px auto;
	  display: flex;
  /* flex-flow: row wrap; */
  /* align-items: center; */
}
.result p {
    border: solid 2px #303030;
    font-weight: 700;
    padding: 5px;
    margin: 0.75rem;
}
.result_title {
	text-decoration: underline;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.75;
}
.result_subtitle {
	width: fit-content;
	background-color: #EFE795;
	padding: 0 5px 0 0;
	font-size: 18px;
}

.search-form {
	max-width: 500px;
    width: fit-content;
    margin: 0 auto 20px auto;
	  display: flex;
  /* flex-flow: row wrap; */
  /* align-items: center; */
}
#searchform {
	height: 50px;
    border-radius: 0;
    width: 100%;
    padding: 2px 4px;
    border: solid 2px #c7c7c7;
}
.search-form .button {
  padding: 10px 20px;
  background-color: #c6c6c6;

  /* color: white; */
      border: solid 2px #c7c7c7;
}
.search-form .search-checkbox {
	
	-webkit-appearance: checkbox;
	/* height: 20px; */
    border-radius: 0;
    width: 75%;
	/* width: 20px; */
    padding: 2px 4px;
    border: solid 2px #c7c7c7;
	margin: 0 20px;
}