#previewWarning {
  text-align: center;
  font-size: 20px;
  padding: 5px;
  display: none;
  background-color: #ffe14f;
  margin-top: 10px;
  opacity: 0.6;
}

#container {
  height: 400px;
  overflow-y: auto;
  position: relative;
}

/* Header letters */
#headerLetters {
  font-size: 16px;
  text-align: center;
  margin-bottom: 10px;
}

.header-letters {
  margin-left: 7px;
  margin-right: 7px;
  color: #666666;
}

.header-letters.has-entries {
  color: inherit;
  font-weight: bold;
}

.header-letters.has-entries:hover {
  text-decoration: underline;
  cursor: pointer; 
  
}

/* Categories */

.category {
  margin-top: 10px;
}

.category > .category-header {
  font-size: 26px;
  margin-bottom: 8px;
}

/* Entries */
.no-entries {
  display: inline-block;
  margin-top: 10px;
  font-style: italic;
}

.entry a, .entry a:visited {
  color: #525252;
}

.entry > .term {
  width: 20%;
  display: inline-block;
  font-weight: bold;
  margin-right: 2%;
}

.entry > .term:hover {
  text-decoration: underline;
  cursor: pointer;
}

.entry > .definition {
  width: 78%;
  display: inline-block;
  vertical-align: text-top;
}

.definition p {
  margin: 0 0 10px 0;
}

.entry-link {
  text-decoration: underline;
}

.entry-link:hover {
  cursor: pointer;
}