html {
  font-family: "Lato", sans-serif;
  line-height: 1.3em;
}

a {
  text-decoration: none;
  padding: 0 !important;
  color: white;
  background: darkcyan;
  margin: 0.1rem;
  cursor: pointer;
  font-size: 1em;
}

a:hover {
  background-color: cadetblue;
}

figure {
  width: intrinsic;
}

img.main {
  float: right;
  width: 61.8%;
  border: 1px black;
  margin: 0px 0px 0px 3em;
}

img.inline {
  height: 1em;
  vertical-align: middle;
}

ul.documentlist {
  list-style-type: lower-roman;
}

ul.singledoc {
  list-style-type: none;
}

ul {
  margin-left: 2em;
}

ul li span {
  position: relative;
  left: 1em;
}
