a.eponymous {
  font-family: Monaco, Courier, monospace;
  overflow-wrap: break-word;
  word-break: break-all;
  word-wrap: break-word;
}
.announcement {
  background: lightgreen;
  border: solid 1px lightgrey;
  border-radius: 10px;
  padding: 0.5em 1em;
}
.authors, .based-on, .status {
  font-weight: bold;
}
.based-on {
  display: block;
}
body {
  font-family: "Noto Sans", sans-serif;
  font-size: 18px;
  max-width: 46em;
}
button.close {
  font-weight: bold;
  padding: 5px 12px 5px 12px;
  position: absolute;
  right: 1em;
}
dt {
  display: block;
  font-size: 1.2em;
  margin-bottom: 0.5em;
  margin-top: 1em;
}
form {
  border: solid 1px lightgrey;
  border-radius: 10px;
  margin: 1px;
  padding: 10px;
}
form input {
  border: solid 1px #E5E5E5;
  border-radius: 5px;
  margin: 0;
  outline: 0;
  padding: 9px;
  width: 20em;
}
form input[type="checkbox"] {
  transform: scale(2, 2);
  width: 2em;
}
form label {
  margin-left: 0.25em;
}
form .submit,
button.close,
button.sub,
button.unsub {
  background: #116611;
  border-radius: 3px;
  border: none;
  color: white;
  cursor: pointer;
  text-shadow: 1px 1px 1px #9E3F3F;
}
form .submit,
button.sub,
button.unsub {
  padding: 10px 25px 10px 25px;
}
form .submit:hover {
  text-decoration: underline;
}
form .title {
  color: black;
  font-size: 120%;
  margin-top: 0;
}
h1 {
  font-size: 150%;
  margin: 0;
}
label {
  white-space: nowrap;
}
span.antispam {
  display: none;
}
img.srfi-logo {
  margin-right: 0.5em;
  vertical-align: middle;
  width: 4em;
}
.subunsub {
  position: relative;
}
figcaption {
  text-align: center;
}
figure {
  border: 1px solid lightgrey;
  border-radius: 10px;
  cursor: zoom-in;
  display: block;
  float: right;
  margin: 1em 0 1em 1em;
  max-width: calc(100% - 2em);
  padding: 1em;
  position: relative;
  width: 40%;
}
figure a {
  cursor: inherit;
}
figure img {
  cursor: inherit;
  width: 100%;
}
figure span {
  display: none;
  font-size: 200%;
}
figure span a {
  cursor: zoom-out;
  text-decoration: none;
}
figure:target {
  cursor: default;
  margin-left: 0;
  pointer-events: none;
  width: 100%;
}
figure:target span {
  display: inline;
  pointer-events: initial;
  position: absolute;
  right: 0.25em;
  top: 0em;
}