.nsfw {
  display: none; }

.show-nsfw .nsfw {
  display: unset; }

body {
  margin: 0px;
  font-family: sans-serif; }

.container-md {
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12pt;
  padding-right: 12pt; }

.katex-html {
  display: none; }

.site-container {
  display: flex;
  flex-direction: column;
  min-height: 100vh; }
  .site-container > * {
    width: 100%; }

.site-footer {
  background-color: #1a237e;
  margin-top: auto;
  color: white;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px; }
  .site-footer a {
    color: lightblue; }
  .site-footer a:hover {
    color: lightgoldenrodyellow; }
  .site-footer a:visited {
    color: lightpink; }

.webrings {
  text-align: center; }
  .webrings h2 {
    font-size: medium;
    margin-top: 0.2em;
    margin-bottom: 0.2em; }

.webring {
  margin-top: 0.2em;
  margin-bottom: 0.2em; }

.longform {
  max-width: 768px;
  margin-left: auto;
  margin-right: auto; }
  .longform pre {
    padding: 10px;
    overflow: scroll; }
  .longform img {
    max-width: 100%;
    max-height: 400px; }
  .longform figure {
    text-align: center; }
  .longform .footnotes {
    border-top: 2px dotted gray; }

.tile-container {
  display: flex;
  padding-left: 15px;
  padding-right: 15px;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center; }

.tile {
  border: solid lightgray 1px;
  border-radius: 10px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
  width: 100%; }
  @media only screen and (min-width: 576px) {
    .tile {
      width: 45%;
      max-width: 300px; } }
  @media only screen and (min-width: 768px) {
    .tile {
      width: 300px; } }

.site-heading {
  background-color: #000051;
  color: white;
  padding-top: 10px; }

.site-title {
  font-family: monospace;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 0px;
  margin-left: 10px;
  margin-right: 10px;
  color: #55cdfc;
  font-size: 20pt; }
  .site-title a {
    text-decoration: none;
    color: inherit; }
  .site-title a:hover {
    color: #ffa06d; }
  @media only screen and (min-width: 576px) {
    .site-title {
      font-size: 32pt; } }

ul.navbar {
  list-style-type: none;
  margin: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 10px;
  padding-right: 10px; }

li.navitem {
  font-family: monospace;
  display: inline-block;
  padding: 5px;
  margin-right: 10px;
  border-bottom: 3px solid transparent;
  font-size: 12pt; }
  @media only screen and (min-width: 576px) {
    li.navitem {
      font-size: 18pt; } }
  li.navitem a {
    text-decoration: none;
    color: white; }
  li.navitem a:visited {
    color: white; }
  li.navitem a:hover {
    color: #ffa06d; }
  li.navitem.active a {
    color: #ff6e40; }
  li.navitem.active {
    border-bottom: 3px solid #ff6e40; }

.posts-table {
  width: 100%; }
  .posts-table .date a {
    text-decoration: none; }
    .posts-table .date a:hover {
      text-decoration: underline #888888; }

.date {
  color: #888888;
  font-size: smaller; }

.post-row {
  margin-bottom: 2em;
  display: flex;
  align-items: baseline;
  flex-flow: row wrap;
  flex-wrap: wrap; }
  .post-row p {
    margin-top: 0px;
    margin-bottom: 0.25em; }
  .post-row h2 {
    margin-top: 0px;
    margin-bottom: 0.25em; }
  .post-row .title {
    font-weight: bold;
    font-size: large; }
  .post-row .tagline {
    color: #888888; }
  .post-row .datepane {
    width: 100%; }
  .post-row .titlepane {
    width: 100%; }
  .post-row .itempane {
    width: 100%; }
  @media only screen and (min-width: 576px) {
    .post-row .datepane {
      width: 120px; }
    .post-row .itempane {
      width: calc(100% - 120px); } }

.infobox {
  width: 100%;
  text-align: center;
  border: 1px dotted grey;
  padding: 10px; }
  .infobox table {
    width: 100%; }
  .infobox th {
    text-align: left;
    padding-right: 5px; }
  .infobox td {
    text-align: left; }
  .infobox h1, .infobox h2, .infobox h3, .infobox h4, .infobox h5, .infobox h6 {
    font-size: 12pt;
    margin-top: 2pt;
    margin-bottom: 2pt; }
  .infobox h1 {
    font-size: 16pt; }
  .infobox hr {
    border: 1px dotted lightgrey; }
  @media only screen and (min-width: 576px) {
    .infobox {
      width: 300px;
      float: right; } }

.tag-list {
  font-size: smaller;
  list-style-type: none;
  padding-left: 0px; }
  .tag-list li {
    display: inline-block; }

.tag {
  margin-bottom: 0.5em;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 7px;
  padding-right: 7px;
  border-radius: 100px;
  text-decoration: none;
  white-space: nowrap; }

a.tag:hover {
  text-decoration: underline; }

.newsbox {
  border: 1px solid gray;
  background-color: lightgoldenrodyellow; }
  .newsbox p {
    margin-top: 0;
    margin-bottom: 0; }
  .newsbox .items {
    padding-left: 10px;
    padding-right: 10px;
    overflow: scroll;
    height: 300px; }
  .newsbox > header {
    padding: 3pt;
    border-bottom: 1px solid gray; }
    .newsbox > header .title {
      text-align: center;
      margin-top: 0;
      margin-bottom: 0; }
  .newsbox .item {
    border-bottom: 1px solid lightgray;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 0;
    margin-bottom: 0; }
    .newsbox .item .title {
      font-size: medium;
      margin-top: 0;
      margin-bottom: 0.1em;
      margin-right: auto; }

.homepage {
  max-width: 992px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto; }

.buttons {
  text-align: center; }
  .buttons .clickable:hover {
    cursor: pointer; }

.row {
  display: flex;
  flex-wrap: wrap; }

.col {
  padding-left: 10px;
  padding-right: 10px;
  width: 100%; }

@media only screen and (min-width: 768px) {
  .row {
    flex-wrap: nowrap; }

  .col {
    width: 50%; } }
.widget {
  margin-bottom: 10px; }

.catchat-container {
  border: 1px solid black;
  padding: 3px;
  height: 200px;
  display: flex;
  flex-direction: column; }
  .catchat-container p {
    margin-top: 0;
    margin-bottom: 0; }

.catchat-container form {
  display: flex; }

.catchat-input {
  flex-grow: 1;
  margin-right: 3px; }

.catchat-entry {
  display: flex; }
  .catchat-entry .avatar {
    width: 48px;
    height: 48px;
    margin-right: 3px; }
    .catchat-entry .avatar img {
      width: 100%;
      height: 100%;
      border-radius: 100%; }
  .catchat-entry .user {
    font-weight: bold; }

/*# sourceMappingURL=styles.css.map */
