body {
  background-color: #f9f9fb;
  color: #222;
  padding-bottom: 2rem;
}
#title {
  text-align: center;
  font-size: 2rem;
  padding-top: 1rem;
  color: #003366;
  font-weight: bold;
}
#search_area {
  width: 400px;
  margin: 2rem auto 3rem;
}
#search_area .form-group {
  margin-bottom: 0;
}
.selectize-input {
  background: white !important;
  padding: 0.8rem 1rem;
  border: 1px solid #ccc;
  border-radius: 0.5rem;
}
.selectize-control.single .selectize-input:after {
  content: none !important;
}
#show_all, #hide_all {
  font-size: 0.75em;
  display: inline-block;
  text-decoration: none;
  width: 400px;
  text-align: right;
}
.panel {
  border-radius: 0.75rem;
  padding: 1.5rem;
  background-color: #fff;
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
  margin-bottom: 2rem;
}
#study_count {
  font-size: 1.1em;
}
.table_tooltip {
  text-decoration: underline;
  text-decoration-style: dotted;
  cursor: help
}
#footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #333;
  padding: 10px 0;
  font-size: 0.9em;
  text-align: center;
  color: #eee;
  z-index: 999;
}
#footer a {
  color: #eee;
  margin: 0 5px;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}
