#searchresults {
	padding:10px;
	z-index:100;
	position:absolute;
	background-color:white;
	display:none;
	border:1px solid black;
	max-width:500px;
	/*
	max-height:400px;
	overflow-y:auto;
	*/
}

#searchresults a {
	display:block;
	padding:5px;
	border-bottom:1px solid #CCCCCC;
}

#searchresults a:hover, #searchresults a:focus, #searchresults a.marked {
	color:white;
	background-color:#1F729E;
}

#searchresults a:last-child {
	border-bottom:none;

}

.search_for {
  margin-top:10px;
  text-align:center;
  white-space:nowrap;
}

.search_for a {
  margin-bottom:10px;
  margin-right:10px;
  display:inline-block;
  padding:5px 15px 5px 15px;
  text-decoration:none;
  background-color:#F6EBE8;
  border:2px solid #005C6F;
}

.search_for a:hover, .search_for a.marked {
  background-color:#005C6F;
	color:white;
}

@media only screen and (max-width: 460px) {
  .search_for {
    white-space:normal;
  }
}