#glossary-panel {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 4000;
  width: 350px;
  background-color: #002848;
  display: none;
  overflow-y: scroll;
  border-left: solid 2px #CCCCCC;
}

#glossary-panel .top-panel {
  background-color: #0e7bc0;
  padding: 15px;
}

#glossary-panel h2,
#glossary-panel h4,
#glossary-panel a {
  color: white;
}

#glossary-search {
  position: relative;
}

#glossary-search .prac-button {
  display: none;
}

#glossary-search div.clear-form {
  color: #999999;
  text-decoration: none;
  font-weight: bold;
  position: absolute;
  right: 0.75rem;
  top: 20%;
  display: none;
  cursor: pointer;
}

#glossary-panel .close-panel {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 1.8rem;
  font-weight: bold;
  cursor: pointer;
}

#processing-blocker--prac_glossary {
  position: absolute;
  left: -3px;
  bottom: -3px;
  top: -3px;
  right: -3px;
  z-index: 11;
  display: none;
  align-items: center;
  justify-content: center;
  background-color: rgba(240,240,240,.8);
}

#processing-blocker--prac_glossary img {
  max-width: 100px;
}

.glossary-search-param[type="text"] {
  background-repeat: no-repeat;
  background-size: auto 60%;
  background-position-x: 0.7rem;
  background-position-y: center;
  padding: 0.75rem 0.75rem 0.75rem 2.5rem;
  height: auto;
  box-sizing: border-box;
  display: inline-block;
  margin-bottom: 0;
}

.glossary-search-results {
  padding: 15px;
}

h2.letter-index {
  border-bottom: 1px solid white;
  margin-top: 5px;
}

.glossary-term-details {
  display: none;
  padding: 15px;
}

.glossary-term-details .term-official-insert p {
  font-size: 1.06rem;
  line-height: 1.5;
}


.go-back-link {
  text-decoration: underline;
}
