h1 {
  padding: 0 0 0 52px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 42px 42px;
}
.tag, a.tag {
  font-family: 'Helvetica Neue', Helvetica, sans-serif;
  background-color: #e0eaf1;
  padding: 5px 9px;
  margin: 6px 2px;
  text-decoration: none;
  line-height: 1.4;
  white-space: nowrap;
  display: inline-block;
  border: none;
  border-radius: 3px;
}
form {
	margin-bottom: 1rem;
}
#popular > * {
  display: inline-block;
  font-size: 95%;
}
#menu {
	height:240px;
	overflow-x: scroll;
	border: 1px solid #eee;
	border-radius: 4px;
}
#menu > a {
  font-family: 'Helvetica Neue', Helvetica, sans-serif;
  display: block;
  margin: 0;
  padding: 8px 6px 7px 32px;
  background-repeat: no-repeat;
  background-position: 5px center;
  background-size: 21px 21px;
  border: none;
  border-bottom: 1px solid #f5f5f5;
}
#menu > a:hover {
  background-color: #f5f5f5;
}
#menu > a.selected {
  background-color: #eee;
}
#correlations {
  margin-bottom: 1.7em;
  font-size: 95%;
}
input[type=search] {
	width: 100%;
}

input::-webkit-contacts-auto-fill-button, 
input::-webkit-credentials-auto-fill-button {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
}