@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

body {
  line-height: 1.8;
  font-family: "Yu Gothic", YuGothic, sans-serif;
  font-size: 12pt;
  color: #020202;
  background-color: #f0f0f0;
}
a {
  text-decoration: none;
  color: #0000ff;
}
a:visited {
  color: #0000ff;
}
a:hover {
  text-decoration: underline;
}
h1 {
  font-size: 16pt;
  max-width: 400px;
  text-align: center;
  margin: 0.5em auto;
}
.toot {
  background-color: #fefefe;
  max-width: 400px;
  margin: 0.5em auto;
  padding: 0.5em;
  border: 1px solid #888888;
  border-radius: 0.5em;
}

.toot-head {
  display: grid;
  white-space: nowrap;
  grid-template-columns: 60px 1fr;
  grid-template-rows: 24px 24px;
}
.toot-head a {
  color: #000000;
}
.toot-head a:visited {
  color: #000000;
}
.toot-head > .display-name {
  grid-column: 2;
  grid-row: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.toot-head > .account-name {
  grid-column: 2;
  grid-row: 2;
  font-size: 10pt;
  color: #808080;
}
.invisible {
  display: none;
}
.ellipsis::after {
  content: "...";
}
.toot-foot {
  font-size: 10pt;
  color: #808080;
}
.toot-foot a {
  color: #808080;
}
.toot-foot a:visited {
  color: #808080;
}

