/* Layout */
  body { font-size: 16px; }

/* Navigation */
  .navbar { border: none; border-radius: 0; margin-bottom: 0; }
  .navbar-network { background: #404244; font-size: 0.85em; min-height: 24px; }

  .navbar-site {
    background-image: none;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

/* Sidebar */
  .content-sidebar { font-size: 0.9em; }

/* Footer */
  .footer { color: #999; font-size: 0.75em; line-height: 1.25; padding-bottom: 15px; padding-top: 15px; }

  .footer a { color: #c9c9c9; }
  .footer a:hover { color: #f2f2f2; }

  .footer-logo { margin-bottom: 5px; max-width: 150px; height: auto; }

  .footer-nav { }
  .footer-nav ul { margin-bottom: 5px; }
  .footer-nav ul li:first-child { font-weight: 700; }

  .footer-network { text-align: center; }
  .footer-network ul { margin: 10px auto; padding: 0; }
  .footer-network ul > li { display: inline-block; *display: inline; zoom: 1; padding: 5px; text-align: center; }

  .footer-credits { font-size: 0.90em; }


/* Home */

/* Comic: Single */
  .comic-image img { height: auto; max-width: 100%; }
  .comic-transcript {}
  .comic-transcript-body { font-family: monospace; font-size: 0.9em; }

/* Comic: Storyline */
  .content-storylines .webcomic-terms { padding: 0; }
  .content-storylines .webcomic-term-image { display: inline-block; float: left; margin-right: 15px; margin-top: -40px; }
  .content-storylines .webcomics { list-style: none; }

  .content-storylines .webcomic-term:before,
  .content-storylines .webcomic-term:after {
    display: table;
    content: " ";
  }

  .content-storylines .webcomic-term:after {
    clear: both;
  }
