


/* Links */
a {
  color: #111;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
  border-bottom: 0;
}



/* Text */
h1 a,
h2 a,
h3 a {
  text-decoration: 0;
}


.lh-plus {
  line-height: 2;
}


/* Search */
input:hover[type="submit"]  {
  cursor: pointer;
}

.spinner {
  width: 30px;
  height: 30px;
  vertical-align:middle;
}

.resultados span.highlight,
.viewer_text span.highlight {
  background-color: #FFD865;
}

.resultado a {
  text-decoration: none;
}
.resultado a:hover {
  opacity: 0.6;
}

.result_text_toggle {
  cursor: pointer;
}

.result_text_toggle:hover {
  opacity: 0.7;
}

.pdf_icon {
  height: 25px;
  width: auto;
}
