@import url(normalize-87b4e351.css);
@import url(github-c9680885.css);
/* Manual box-sizing reset */
*, *::before, *::after {
  box-sizing: border-box; }

body {
  font-family: sans-serif;
  background-attachment: fixed; }

.page {
  max-width: 1600px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.8); }

@media (min-width: 768px) {
  sidebar {
    position: fixed;
    width: 250px;
    padding-left: 0.25em; } }

sidebar .nav-inner {
  margin-right: 0;
  text-align: center;
  font-size: 11pt;
  padding-top: 55px; }
  @media (max-width: 767px) {
    sidebar .nav-inner {
      background-color: gainsboro;
      padding-bottom: 20px; } }
  sidebar .nav-inner blockquote {
    margin: 5px; }
  sidebar .nav-inner ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    sidebar .nav-inner ul li {
      padding-top: 15px; }
      @media (min-width: 768px) {
        sidebar .nav-inner ul li img {
          max-width: 90%;
          max-height: 90%;
          width: 90%;
          height: 90%; } }
      sidebar .nav-inner ul li img.avatar {
        border-width: 2px;
        border-style: solid;
        border-color: grey;
        border-radius: 50%; }

@media (min-width: 768px) {
  sidebar.license {
    bottom: 0; } }

sidebar.license li {
  font-size: 11px; }
  sidebar.license li a img {
    width: 88px;
    height: 31px; }

.content {
  position: relative;
  background-color: white;
  z-index: 99;
  padding: 1.0em;
  padding-bottom: 0; }
  @media (min-width: 768px) {
    .content {
      margin-left: 280px; } }
  .content article {
    border-bottom: 1px solid #ccc;
    margin-bottom: 1.0em;
    padding-bottom: 1.0em;
    font-size: 14pt;
    line-height: 150%; }
    .content article h1 {
      -webkit-margin-after: 0.2em;
      font-weight: bold;
      line-height: 125%; }
      .content article h1 a {
        text-decoration: none;
        text-shadow: 0px 1px 0pt rgba(255, 255, 255, 0.7);
        color: #000; }
    .content article ol li, .content article ul li {
      padding-bottom: .5em; }
    .content article .byline {
      font-size: 12pt;
      border-top: 1px solid #ccc;
      padding-top: 15px; }
    .content article .author img {
      vertical-align: middle; }
    @media (max-width: 767px) {
      .content article img {
        width: 100%;
        height: 100%;
        max-width: 100%;
        max-height: 100%; }
      .content article .byline img {
        width: 24px;
        height: 24px; } }
    .content article pre {
      padding: 4.5px; }
    .content article pre, .content article code {
      background-color: #f5f5f5;
      font-size: 11pt; }
  .content form {
    padding-bottom: 4.5px; }
    .content form input, .content form textarea, .content form button {
      width: 100%;
      display: block;
      line-height: 30px;
      font-size: 18px;
      top: 7px;
      left: 10px;
      right: 9px;
      margin-top: 10px;
      margin-bottom: 10px;
      border-radius: 3px;
      border-width: 1px;
      transition: border-color 0.3s ease; }
    .content form input.field-error, .content form textarea.field-error {
      border-color: #d9534f;
      border-width: 2px;
      background-color: #fff5f5; }
    .content form button[type="submit"] {
      background-color: #5cb85c;
      color: white;
      border: none;
      cursor: pointer;
      font-weight: bold; }
      .content form button[type="submit"]:hover:not(:disabled) {
        background-color: #4cae4c; }
      .content form button[type="submit"]:disabled {
        background-color: #cccccc;
        cursor: not-allowed; }
    .content form .form-message {
      padding: 15px;
      margin-bottom: 20px;
      border-radius: 4px;
      font-size: 16px;
      line-height: 1.5; }
      .content form .form-message.success {
        background-color: #d4edda;
        border: 1px solid #c3e6cb;
        color: #155724; }
      .content form .form-message.error {
        background-color: #f8d7da;
        border: 1px solid #f5c6cb;
        color: #721c24; }

footer {
  max-width: 1600px;
  margin: 0 auto;
  border-top: 1px solid #ccc;
  background-color: white;
  line-height: 125%;
  height: 100%;
  font-size: 14px;
  position: relative;
  z-index: 99; }
  @media (min-width: 768px) {
    footer {
      margin-left: 280px; } }
  @media (min-width: 768px) {
    footer > div {
      display: flex;
      gap: 2%; } }
  @media (min-width: 768px) {
    footer .recent {
      flex: 2; } }
  @media (min-width: 768px) {
    footer .by_year {
      flex: 1; } }
