span.line {
  display: block;
  padding: 1pt;
  min-height: 17pt;
  color: #222;
}

a.empty-link,
a.empty-link:hover {
  color: #545454;
  /* color: #ed8362; */
  /* color: #fd7373; */
}


.indent {
  display: inline-block;
  width: 1.5em;
}

.dot {
  display: inline-block;
  position: relative;
  right: 9px;
  top: -3px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #545454;
}

a {
  color: #5e8af7;
  /* color: #4b7ff5; */
}

a:hover, a:focus {
  color: #1555f3
}

a.inner-link {
  text-decoration: none;
}

a.img-external-link {
  padding-bottom: 2px;
  border-style: none none solid;
  border-width: 1.5px;
  border-color: #8fadf9;
}

.deco-bold {
  font-weight: bold;
}

.deco-italic {
  font-style: italic;
}

.deco-del {
  text-decoration: line-through;
}
