html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 25px;
}
body > .container {
  padding: 60px 15px 0;
}
footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 25px;
  line-height: 25px;
}

.typeahead-title {
  margin: 0 20px 5px 20px;
  padding: 3px 0;
  border-bottom: 1px solid #ccc;
}

#back-to-top {
  position: fixed;
  bottom: 15px;
  right: 15px;
  cursor: pointer;
}

option.required {
  font-weight: bold;
}