@charset "UTF-8";
/**
 * Mobi.css imports.
 */
@import 'https://fonts.googleapis.com/css?family=Droid+Serif:400,700|Raleway';
html {
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
  text-size-adjust: 100%; }

body {
  background-color: #f3f3f3;
  color: #333;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Hiragino Sans GB", "Microsoft Yahei", "微软雅黑", Arial, Helvetica, STHeiti, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1.8rem;
  line-height: 1.5;
  margin: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 30px 0 0; }

p,
blockquote,
table,
hr,
dl,
ul,
ol,
pre,
address,
figure {
  margin: 15px 0 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600; }

h1 {
  font-size: 3.2rem; }

h2 {
  font-size: 2.6rem; }

h3 {
  font-size: 2.4rem; }

h4 {
  font-size: 2.2rem; }

h5 {
  font-size: 2rem; }

h6 {
  font-size: 1.8rem; }

a {
  color: #0080ff;
  text-decoration: none;
  -webkit-text-decoration-skip: objects; }
  a:active, a:hover {
    text-decoration: underline; }

b,
strong,
dt {
  font-weight: 600; }

code {
  background-color: rgba(0, 0, 0, 0.05);
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 85%;
  padding: 2px 3px; }

pre {
  max-height: 300px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background-color: rgba(0, 0, 0, 0.05);
  font-size: 1.5rem;
  line-height: 1.2;
  margin-left: -15px;
  margin-right: -15px;
  padding: 15px; }
  pre code {
    background-color: transparent;
    padding: 0; }
  @media (min-width: 738px) {
    pre {
      margin-left: 0;
      margin-right: 0; } }

blockquote {
  border-left: 5px solid #ddd;
  color: #777;
  padding-left: 15px; }

ul,
ol {
  padding-left: 30px; }

dt,
dd,
ol ol,
ul ul,
ol ul,
ul ol {
  margin: 0; }

hr {
  border: 0;
  border-top: 1px solid #ddd; }

small {
  font-size: 85%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

address {
  color: #777;
  font-size: 85%;
  font-style: normal; }

mark {
  background-color: #ff0;
  color: #333; }

audio:not([controls]) {
  display: none;
  height: 0; }

img {
  max-width: 100%;
  vertical-align: middle; }

[role="button"] {
  cursor: pointer; }

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  outline: 0;
  touch-action: manipulation; }

button,
html [type=button],
[type=reset],
[type=submit],
::-webkit-file-upload-button {
  -webkit-appearance: button; }

[type=search] {
  -webkit-appearance: textfield; }

[type="date"],
[type="time"],
[type="datetime-local"],
[type="month"] {
  -webkit-appearance: listbox; }

::-webkit-file-upload-button {
  font: inherit; }

[hidden] {
  display: none; }

/*@import 'layout';*/
.table {
  background-color: #fff;
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%; }
  .table caption {
    caption-side: bottom;
    color: #777;
    padding: 5px;
    text-align: left; }
  .table th,
  .table td {
    border: 0;
    border-bottom: 1px solid #ddd;
    padding: 5px;
    text-align: left; }
  .table th {
    background-color: rgba(0, 0, 0, 0.05);
    font-weight: 600; }

.form {
  margin: 0; }
  .form label {
    cursor: pointer;
    display: block;
    margin-top: 15px;
    padding-bottom: 6px;
    padding-top: 6px; }
  .form button,
  .form select,
  .form textarea,
  .form input:not([type=checkbox]):not([type=radio]) {
    display: block;
    line-height: 1.5;
    margin: 15px 0 0;
    width: 100%; }
  .form button,
  .form select,
  .form textarea,
  .form [type=button],
  .form [type=date],
  .form [type=datetime-local],
  .form [type=email],
  .form [type=month],
  .form [type=number],
  .form [type=password],
  .form [type=range],
  .form [type=search],
  .form [type=submit],
  .form [type=tel],
  .form [type=text],
  .form [type=time],
  .form [type=url],
  .form [type=week] {
    -webkit-appearance: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    color: #333;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Hiragino Sans GB", "Microsoft Yahei", "微软雅黑", Arial, Helvetica, STHeiti, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1.8rem;
    padding: 5px 10px; }
    .form button:focus,
    .form select:focus,
    .form textarea:focus,
    .form [type=button]:focus,
    .form [type=date]:focus,
    .form [type=datetime-local]:focus,
    .form [type=email]:focus,
    .form [type=month]:focus,
    .form [type=number]:focus,
    .form [type=password]:focus,
    .form [type=range]:focus,
    .form [type=search]:focus,
    .form [type=submit]:focus,
    .form [type=tel]:focus,
    .form [type=text]:focus,
    .form [type=time]:focus,
    .form [type=url]:focus,
    .form [type=week]:focus {
      border-color: #3399ff; }
  .form [type=checkbox],
  .form [type=radio] {
    margin: 0 5px 0 0; }
  .form [type=file] {
    cursor: pointer;
    padding: 6px 0; }
  .form button,
  .form [type=button],
  .form [type=submit],
  .form [type=reset] {
    text-align: center;
    background-color: #f3f3f3;
    cursor: pointer; }
    .form button:hover, .form button:active,
    .form [type=button]:hover,
    .form [type=button]:active,
    .form [type=submit]:hover,
    .form [type=submit]:active,
    .form [type=reset]:hover,
    .form [type=reset]:active {
      text-decoration: none; }
  .form select {
    background: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='32' height='20' viewBox='0 0 32 20'><path fill='#333' d='M0 0h32L16 20z'/></svg>") right 10px center no-repeat;
    background-size: 8px 8px;
    padding-right: 25px;
    cursor: pointer; }
  .form [disabled] {
    cursor: not-allowed;
    opacity: .5; }
  .form [readonly] {
    background-color: #f3f3f3; }
  .form .btn-primary {
    background-color: #40bf40;
    border-color: #40bf40;
    color: #fff; }
    .form .btn-primary[disabled] {
      cursor: not-allowed;
      opacity: .5; }
  .form .btn-danger {
    color: #cc0000; }
    .form .btn-danger[disabled] {
      cursor: not-allowed;
      opacity: .5; }

.btn {
  display: block;
  line-height: 1.5;
  margin: 15px 0 0;
  width: 100%;
  -webkit-appearance: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  color: #333;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Hiragino Sans GB", "Microsoft Yahei", "微软雅黑", Arial, Helvetica, STHeiti, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1.8rem;
  padding: 5px 10px;
  text-align: center;
  background-color: #f3f3f3;
  cursor: pointer; }
  .btn:focus {
    border-color: #3399ff; }
  .btn:hover, .btn:active {
    text-decoration: none; }
  .btn[disabled] {
    cursor: not-allowed;
    opacity: .5; }

.btn-primary {
  background-color: #40bf40;
  border-color: #40bf40;
  color: #fff; }
  .btn-primary[disabled] {
    cursor: not-allowed;
    opacity: .5; }

.btn-danger {
  color: #cc0000; }
  .btn-danger[disabled] {
    cursor: not-allowed;
    opacity: .5; }

@media (max-width: 1040px) {
  .hide-on-mobile {
    display: none; } }

@media (min-width: 1041px) {
  .show-on-mobile {
    display: none; } }

.mt-30 {
  margin-top: 30px; }

.mt-15 {
  margin-top: 15px; }

.mt-0 {
  margin-top: 0; }

.scroll-view {
  max-height: 300px;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.flex-left,
.flex-center,
.flex-right,
.flex-top,
.flex-middle,
.flex-bottom {
  display: flex;
  flex-flow: row nowrap; }

.flex-left {
  justify-content: flex-start; }

.flex-center {
  justify-content: center; }

.flex-right {
  justify-content: flex-end; }

.flex-top {
  align-items: flex-start; }

.flex-middle {
  align-items: center; }

.flex-bottom {
  align-items: flex-end; }

/**
 * Local Code.
 */
/**
 * Variables.
 */
/**
 * Mixins.
 */
/**
 * Styles.
 */
body {
  font-size: 1.6rem;
  font-family: "Droid Serif", serif;
  background-color: #002b36; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif; }

h2 {
  font-size: 4rem;
  line-height: 4.5rem; }

.pull-left {
  float: left;
  margin: 0 20px 20px 0; }

.pull-right {
  float: right;
  margin: 0 0 20px 20px; }

hr {
  margin: 40px 0 20px; }

strong {
  font-weight: 700; }

code.hljs {
  display: inline;
  padding: 0.25em 0.5em;
  border-radius: 8px;
  white-space: nowrap; }
  code.hljs.hljs-line-numbers {
    display: none; }

pre {
  max-height: none;
  padding: 0;
  margin: 15px -20px 1px;
  position: relative; }
  pre code.hljs {
    display: block;
    padding: 20px;
    padding-left: 40px;
    border-radius: 0;
    white-space: pre; }
    pre code.hljs.hljs-line-numbers {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      text-align: right;
      color: #586e75;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      background-color: #003441;
      padding-left: 0.5em;
      padding-right: 0.5em; }
  @media (min-width: 768px) {
    pre {
      margin-left: -35px;
      margin-right: -35px; }
      pre code.hljs {
        padding-left: 35px;
        padding-right: 35px; } }
  @media (min-width: 992px) {
    pre {
      margin-left: -50px;
      margin-right: -50px; }
      pre code.hljs {
        padding-left: 50px;
        padding-right: 50px; } }

* {
  box-sizing: border-box; }

.Layout {
  position: relative; }

.Layout-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.Layout-background-1 {
  background-image: radial-gradient(ellipse 80px 88px, transparent 79px, #003441 80px, transparent 81px);
  background-position: 0 0;
  background-color: transparent;
  background-size: 155px 155px;
  z-index: 1; }

.Layout-background-2 {
  background-image: radial-gradient(ellipse 80px 88px, transparent 79px, #00303c 80px, transparent 81px);
  background-position: 80px 80px;
  background-color: transparent;
  background-size: 155px 155px;
  z-index: 2; }

.Layout-sidebar {
  position: relative;
  z-index: 10;
  text-align: center;
  color: #FFFFFF;
  padding-top: 35px; }
  .Layout-sidebar a {
    color: #FFFFFF; }
  @media (min-width: 768px) {
    .Layout-sidebar {
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      width: 250px;
      padding-top: 35px;
      padding-bottom: 35px; } }
  @media (min-width: 992px) {
    .Layout-sidebar {
      width: 300px;
      padding-top: 50px;
      padding-bottom: 50px; } }

.Identity {
  display: block;
  position: relative;
  font-family: "Raleway", sans-serif;
  font-size: 4rem;
  line-height: 0.875em;
  font-weight: bold;
  width: 85%;
  display: block;
  margin: 0 auto;
  padding-bottom: 20px; }
  .Identity:hover {
    text-decoration: none; }
  @media (min-width: 768px) {
    .Identity {
      margin-top: 35px; } }

.Layout-content {
  position: relative;
  z-index: 10;
  z-index: 10; }
  @media (min-width: 768px) {
    .Layout-content {
      margin-right: 250px; } }
  @media (min-width: 992px) {
    .Layout-content {
      margin-right: 300px; } }

.u-content-container {
  max-width: 768px;
  margin-left: auto;
  margin-right: auto; }

.Nav {
  display: flex;
  flex-direction: column-reverse; }
  @media (min-width: 768px) {
    .Nav {
      flex-direction: column; } }
  .Nav ul {
    border-top: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
    margin: 20px auto;
    padding: 0;
    list-style: none;
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: row;
    max-width: 85%; }
    .Nav ul li {
      display: block;
      flex-grow: 1; }
      .Nav ul li:hover {
        background: rgba(255, 255, 255, 0.05); }
      .Nav ul li.selected {
        background: rgba(255, 255, 255, 0.125); }
      .Nav ul li a {
        display: block;
        padding: 10px;
        text-decoration: none; }
    @media (min-width: 768px) {
      .Nav ul {
        display: block; } }
  .Nav .Nav-Icons {
    margin: 0;
    text-align: center; }
    .Nav .Nav-Icons a {
      display: inline-block;
      width: 24px;
      margin: 0 5px;
      fill: #FFFFFF;
      fill: rgba(255, 255, 255, 0.125); }
      .Nav .Nav-Icons a:hover {
        fill: white; }

.Page-header {
  padding: 40px 20px; }
  @media (min-width: 768px) {
    .Page-header {
      padding: 70px 35px; } }
  @media (min-width: 992px) {
    .Page-header {
      padding: 100px 50px; } }

.Page-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.5rem;
  line-height: 5rem;
  color: #FFFFFF;
  text-shadow: 0px 2px 5px #000; }
  .Page-title a {
    color: #FFFFFF; }

.Page-content {
  background: #FFFFFF;
  overflow: auto;
  padding: 20px 20px; }
  @media (min-width: 768px) {
    .Page-content {
      padding: 35px 35px; } }
  @media (min-width: 992px) {
    .Page-content {
      padding: 50px 50px; } }
  @media (min-width: 768px) {
    .Page-content {
      border-right: 4px solid #002731; } }
  .Page-content > * + * {
    margin-top: 20px; }
  .Page-content h2 {
    margin-top: 35px; }

.Page-footer {
  padding: 20px 20px;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  color: #FFFFFF;
  font-size: 1.25rem;
  text-align: center; }
  @media (min-width: 768px) {
    .Page-footer {
      padding: 35px 35px; } }
  @media (min-width: 992px) {
    .Page-footer {
      padding: 50px 50px; } }
  .Page-footer .Page-footer-date,
  .Page-footer .Page-footer-byline,
  .Page-footer .tags-links {
    display: inline-block;
    margin: 0 1em; }

.Pagination {
  padding: 20px 20px; }
  @media (min-width: 768px) {
    .Pagination {
      padding: 35px 35px; } }
  @media (min-width: 992px) {
    .Pagination {
      padding: 50px 50px; } }
  .Pagination .nav-links {
    background: rgba(255, 255, 255, 0.05);
    overflow: hidden; }
  .Pagination .next,
  .Pagination .prev {
    display: block;
    width: 50%;
    color: #FFFFFF;
    font-family: "Raleway", sans-serif;
    font-size: 2rem;
    padding: 20px; }
    .Pagination .next:hover,
    .Pagination .prev:hover {
      background: rgba(255, 255, 255, 0.125);
      text-decoration: none; }
  .Pagination .next {
    float: right;
    text-align: right; }
  .Pagination .prev {
    float: left;
    text-align: left; }

.Diigo--links > ul + div {
  display: none; }

.Diigo--links ul li a + a {
  display: none; }

div#Librarything--links {
  margin: 20px -10px 0;
  overflow: hidden; }
  div#Librarything--links .LT_Preload,
  div#Librarything--links .LT_powered {
    display: none; }
  div#Librarything--links .LT_itemLast {
    float: right;
    clear: none !important;
    width: 25%;
    padding: 0 10px !important;
    border: 0 !important; }
    div#Librarything--links .LT_itemLast .LT_cover {
      margin-top: 0; }
    div#Librarything--links .LT_itemLast .LT_titleandauthor {
      display: block; }
      div#Librarything--links .LT_itemLast .LT_titleandauthor .LT_title {
        display: block;
        font-family: "Raleway", sans-serif !important;
        font-size: 1.8rem;
        line-height: 1.2em;
        margin-bottom: 10px; }
      div#Librarything--links .LT_itemLast .LT_titleandauthor .LT_author {
        display: block;
        font-family: "Droid Serif", serif !important;
        font-size: 1.6rem;
        line-height: 1.3em; }
        div#Librarything--links .LT_itemLast .LT_titleandauthor .LT_author .by {
          display: none; }
