html body ul.summon-library-links {
  list-style: none;
  list-style-type: none;
  margin-left: 0;
  margin-top: 5px;
}

html body ul.summon-library-links li {
  display: inline;
  padding-right: 12px;
}

html body ul.summon-library-links li a {
  text-transform: uppercase;
}

#nosm-summon-search .input-group-btn {
  width: unset;
}

#nosm-summon-search #library-search {
  border: 1px solid #05345f;
  height: unset;
  padding-right: 9px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

#nosm-summon-search #library-search.suggest-open {
  border-bottom-left-radius: 0;
}

#nosm-summon-search #library-search,
#nosm-summon-search .input-group .input-group-btn button {
  font-size: 2rem;
  font-weight: 100;
  color: #000;
}

#nosm-summon-search .input-group .input-group-btn button {
  background-color: #05345f;
  color: #fff;
  border: 1px solid #05345f;
}

#nosm-summon-search .input-group .input-group-btn button:hover {
  background-color: #fdb813;
  color: #05345f;
}

#nosm-summon-search .input-group .input-group-btn button.suggest-open {
  border-bottom-right-radius: 0;
}

html body ul.typeahead__list {
  list-style-type: none;
  margin-left: 0;
  padding: 0 0;
  margin-top: -1px;
  border-color: #05345f;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

html body ul.typeahead__list li.typeahead__item {
  border-color: #05345f;
}

html body ul.typeahead__list li.typeahead__item:last-of-type > a {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.typeahead__display {
  font-size: 2rem;
  font-family: inherit;
  font-weight: 100;
}

.panel.panel-summon .panel-body.panel-list {
  padding: 0;
}

.panel.panel-summon .panel-body.panel-list .list-group {
  margin-bottom: 0;
}

.panel.panel-summon .panel-body.panel-list .list-group .list-group-item {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.panel.panel-summon
  .panel-body.panel-list
  .list-group
  .list-group-item
  > span.subtext {
  display: block;
  font-weight: normal;
}

.panel.panel-summon
  .panel-body.panel-list
  .list-group
  .list-group-item.spinner::after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  background-image: url("../img/eclipse-spinner.gif");
  background-size: contain;
}

.panel.panel-summon .panel-body.panel-list .list-group p.list-group-item {
  padding: 10px 15px;
}

.view-more {
  font-weight: normal;
  text-align: center;
}
