body {
  padding: 0;
  margin: 0;
  font-size: 100%;
}
.content {
  font-family: 'Libre Baskerville', serif;
  font-size: 90%;
}
.header {
  height: 1.25em;
  background-color: white;
  margin: 0;
  padding: 0.1em 0.1em 0.2em;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}
.header h3 {
  margin: 0;
  padding: 0 2em;
  display: inline-block;
  padding-right: 2em;
  font-family: "adobe-text-pro" !important;
  font-size: 90%;
}
.rss {
  float: right;
  padding-top: 0.2em;
  padding-right: 2em;
  display: none;
}
.toc {
  margin-top: 2em;
}
.toc-title {
  font-family: 'Bitter', serif;
  font-size: 200%;
  line-height: 50%;
}
.toc-subtitle {
  display: block;
  font-family: 'Libre Baskerville', serif;
  margin-top: 0.5em;
  margin-bottom: 1em;
  font-size: 80%;
}
@media only screen and (max-width: 550px) { .toc-subtitle { display: none; } }
.header h3 a {
  color: black;
}
.header h4 {
  margin: 0;
  padding: 0;
  display: inline-block;
  font-weight: normal;
  font-size: 83%;
}
@media only screen and (max-width: 550px) { .header h4 { display: none; } }
.main {
  padding: 0 2em;
}
@media only screen and (max-width: 479px) { .article { font-size: 120%; } }
.article h1 {
  text-align: center;
}
.article h1, .article h2, .article h3 {
   font-family: 'PT Sans', sans-serif;
}
.normal {
  font-size: medium;
  font-weight: normal;
}
.when {
  text-align: center;
  font-size: 100%;
  margin: 0;
  padding: 0;
}
.when p {
  margin: 0;
  padding: 0;
}
.article h2 {
  font-size: 100%;
  padding-top: 0.25em;
}
pre {
  margin-left: 4em;
  margin-right: 4em;
}
pre, code {
  font-family: 'Inconsolata', monospace;
  font-size: 100%;
}
.footer {
  margin-top: 10px;
  font-size: 83%;
  font-family: sans-serif;
}
.comments {
  margin-top: 2em;
  background-color: #ffe;
  border-top: 1px solid #aa4;
  border-left: 1px solid #aa4;
  border-right: 1px solid #aa4;
}
.comments-header {
  padding: 0 5px 0 5px;
}
.comments-header p {
  padding: 0;
  margin: 3px 0 0 0;
}
.comments-body {
  padding: 5px 5px 5px 5px;
}
#plus-comments {
  border-bottom: 1px dotted #ccc;
}
.plus-comment {
  width: 100%;
  font-size: 14px;
  border-top: 1px dotted #ccc;
}
.me {
  background-color: #eec;
}
.plus-comment ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  display: inline-block;
}
.comment-when {
  color:#999;
  width:auto;
  padding:0 5px;
}
.old {
  font-size: 83%;
}
.plus-comment ul li {
  display: inline-block;
  vertical-align: top;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 0;
}
.plus-icon {
  width: 45px;
}
.plus-img {
  float: left;
  margin: 4px 4px 4px 4px;
  width: 32px;
  height: 32px;
}
.plus-comment p {
  margin: 0;
  padding: 0;
}
.plus-clear {
  clear: left;
}
.toc-when {
  font-size: 83%;
  color: #ccc;
}
.toc {
  list-style: none;
  font-family: 'Libre Baskerville', serif;
  font-size: 90%;
}
.toc li {
  margin-bottom: 0.5em;
}
.toc-head {
  margin-bottom: 1em !important;
  font-size: 100%;
}
.toc-summary {
  margin-left: 2em;
  font-size: 70%;
}
.favorite {
  font-weight: bold;
}
.article p {
  line-height: 144%;
}
sup, sub {
  vertical-align: baseline;
  position: relative;
  font-size: 83%;
}
sup {
  bottom: 1ex;
}
sub {
  top: 0.8ex;
}

.main {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 900px;
}
@media only screen and (min-width: 768px) and (max-width: 959px) { .main { width: 708px; } }
@media only screen and (min-width: 640px) and (max-width: 767px) { .main { width: 580px; } }
@media only screen and (min-width: 480px) and (max-width: 639px) { .main { width: 420px; } }
@media only screen and (max-width: 479px) { .main { width: 300px; } }
