#header {
  background-color: #111144;
  color: #fafafa;
}

#header-content {
  padding: 0 1em;
}

#header-content h1 {
  font-family: 'Marcellus SC', serif;
  font-size: 2.0em;
  text-align: center;
  margin: 0;
}

#header-content h2 {
  text-align: center;
  font-size: 1em;
  font-weight: 300;
}

#header-content h1 a {
  color: #fafafa;
  text-decoration: none;
}

hr.header-separator {
  max-width: 15em;
  border-top: 1px solid #fafafa;
  border-bottom: none;
  margin: 1em auto;
}

hr.header-separator:last-of-type {
  display: none;
}

nav {
  text-align: center;
  width: 100%;
}

nav ul {
  list-style: none;
  margin: 1em auto;
  padding: 0;
}

nav ul li {
  display: inline-block;
  margin-right: 1em;
  font-family: 'Josefin Sans', sans-serif;
}

nav ul li:last-of-type {
  margin-right: 0;
}

nav svg {
  fill: #fafafa;
  vertical-align: text-bottom;
}

nav ul li a {
  text-decoration: none;
  color: #fafafa;
}

nav ul li a:hover {
  color: #ffee00;
}

nav svg:hover {
  fill: #ffee00;
}

.column {
  display: none;
}

#content {
  padding: 0 1em 0 1em;
}

.chinese-title {
  font-weight: 400;
  font-size: 0.8em;
}

.read-more-button {
  background-color: #111166;
  color: #fafafa;
  border-radius: 5px;
  border: solid 1px transparent;
  font-size: 0.8em;
  white-space: nowrap;
}

.read-more-more {
  display: none;
}

.read-more-button:hover {
  background-color: #222299;
  border: solid 1px #111166;
  box-shadow: 0px 0px 2px #111166;
}

.read-more-button {
  display: none;
}

.read-more-link {
  text-align: right;
  margin-bottom: 1em;
}

hr.separator {
  border-top: 1px solid black;
  border-bottom: none;
}

#content h2 {
  text-align: left;
  margin: 0.5em 0;
  font-size: 1.5em;
  font-weight: 300;
  font-family: 'Josefin Sans', sans-serif;
}

hr.separator,
hr.footer-separator {
  margin: 0.5em 4em 0.5em 4em;
}


section.summary header hr {
  display: none;
}

footer.summary-footer:last-of-type hr.separator {
  display: none;
}

.summary h2 a {
  color: #000000;
  text-decoration: none;
}

.summary nobr {
  display: inline-block;
}

section.summary-body {
  display: none;
}


#content hr.title-separator {
  display: none;
  margin: 1em 2em 2em 2em;
}

h4.to-top,
h4.return-home {
  text-align: center;
}

h4.to-top a,
h4.return-home a {
  text-decoration: none;
  color: #111177;
  font-weight: bold;
}

h4.to-top a:hover,
h4.return-home a:hover {
  text-decoration: underline;
}

#content h2.list-view {
  font-size: 2.0em;
}

h3.list-view .indicator {
  visibility: hidden;
  font-size: 0.9em;
}

h3.list-view:hover .indicator {
  visibility: visible;
}

#content h3.list-view {
  text-align: left;
  font-size: 1.5em;
  font-weight: 300;
  margin: 0 0 1.5em 0;
  font-family: 'Josefin Sans', sans-serif;
}

h3.list-view a {
  color: #000000;
  text-decoration: none;
}

ul.list-view {
  padding-left: 0.5em;
  list-style: none;
}

#content header.article h2 {
  font-size: 1.8em;
  font-weight: 400;
}

.draft {
  font-size: 0.5em;
  display: inline-block;
  background-color: red;
  color: white;
  border-radius: 5px;
  border: solid 1px #900;
  padding: 0.2em 0.4em;
  margin-right: 0.5em;
  vertical-align: text-top;
}

article, .summary-body {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2em;
  text-align: left;
}

article a {
  color: #111199;
  font-weight: bold;
  text-decoration: none;
}

article a:hover {
  text-decoration: underline;
}

div.pure-table {
  border: 1px solid;
  display: table;
  margin: 0 auto;
}

ul.next-prev {
  list-style: none;
  padding: 0;
}

ul.next-prev a {
  text-decoration: none;
  color: #111199;
}

ul.next-prev a:hover {
  text-decoration: underline;
}

ul.next-prev li {
  margin-bottom: 1.5em;
}

ul.next-prev li:last-of-type {
  margin-bottom: 0;
}

footer.copyright {
  text-align: center;
  color: #111177;
  margin-bottom: 1.5em;
}

@media only screen and ( min-width: 30em) {

  hr.header-separator {
    max-width: 20em;
  }

  section.summary-body {
    display: block;
    font-size: 1.0em;
  }

  section.summary-body > :first-child {
    max-width: 48em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  section.summary-body > :nth-child(n+2) {
    display: none;
  }

  .read-more-button {
    display: inline-block;
  }
}

@media only screen and ( min-width: 35.5em) {

  #header-content h1 {
    font-size: 2.8em;
  }

  #content h3.list-view {
    font-size: 1.8em;
  }

  #content {
    padding: 0;
  }

  #content header.article h2,
  #content h2 {
    font-size: 2.0em;
    text-align: center;
    font-weight: 300;
  }

  .column {
    display: block;
  }

  section.summary header hr {
    display: block;
    margin-top: 1.0;
  }

  section.summary-body {
    font-size: 1.2em;
  }

  footer.summary-footer hr.separator {
    display: none;
  }

  #pagination {
    text-align: center;
  }

  #pagination ul.next-prev li {
    margin-bottom: 0;
  }

  ul.next-prev {
    margin: 0 auto;
  }

  ul.next-prev li {
    margin-right: 1.5em;
    display: inline-block;
  }

  ul.next-prev li:last-of-type {
    margin-right: 0;
  }
}

@media only screen and ( min-width: 48em) {

  #header-content h1 {
    font-size: 3.0em;
  }
  .read-more-more {
    display: inline;
  }

  #content hr.title-separator {
    display: block;
  }

  #content h3.list-view {
    font-size: 2.0em;
    margin-bottom: 1.0em;
  }

  article,
  .summary-body,
  .read-more-link,
  section.summary header hr,
  footer.summary-footer,
  footer.article-footer {
    max-width: 36em;
  }

  article,
  .summary-body,
  footer.summary-footer,
  footer.article-footer {
    margin: 0 auto;
  }

  .read-more-link {
    margin: 0 auto 1.0 auto;
  }

  section.summary header hr {
    margin: 1.0em auto;
  }

  #content hr.title-separator {
    margin: 2.0em auto;
    width: 26em;
  }

  #content footer hr.footer-separator {
    width: 26em;
    margin: 1.0em auto;
  }

  #content header.article h2,
  #content h2,
  #content h2.list-view {
    font-size: 2.8em;
  }

  section.summary-body > :first-child {
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
  }

  section.summary-body > :nth-child(n+2) {
    display: block;
  }

}

@media only screen and ( min-width: 64em) {

  #content header.article h2 {
    font-size: 2.8em;
  }

}

@media only screen and ( min-width: 80em) {
  #header {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
  }

  #header-content h1 {
    margin-top: 1em;
  }

  hr.header-separator {
    margin: 2.0em auto;
    max-width: 10em;
  }

  hr.header-separator:last-of-type {
    display: block;
  }

  nav ul li {
    display: block;
  }

  footer.copyright {
    text-align: right;
    margin-right: 1.5em;
  }

  .right-column {
    background-color: #111144;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
  }

  #content header.article h2 {
    font-size: 3.0em;
    margin: 0.5em 0.5em;
  }

  ul.list-view {
    padding-left: 3.5em;
  }

  nav ul {
    text-align: left;
    max-width: 10em;
    margin: 1em auto;
  }

  nav ul li {
    margin-bottom: 0.5em;
    margin-left: 0.5em;
    font-size: 1.2em;
  }
}
