//////////////Glossary Styling///////////////
/////////////////////////////////////////////

.glossary-term {
  margin-bottom: 1em;
  display: none;
}

.term-name {
  font-weight: bold;
}

.term-definition {
  color: grey;
}

////////////////Search Bubble Styling/////////////////
//////////////////////////////////////////////////////

.search-container {
  position: relative;
  width: 300px;
  margin-bottom: 20px;
  padding: 20px;
}

#glossary-search {
  width: 100%;
  padding: 15px 40px 15px 15px;
  border: none;
  border-radius: 20px;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
}

#alphabet-sort {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 3px;
  margin-top: 20px;
}

#glossary-feedback {
  padding-top: 15px;
  padding-bottom: 15px;
}
