.blog-list {
  margin-top: 1.2rem;
}

.blog-list-item {
  border-top: 1px solid #d7dde6;
  padding: 1rem 0 1.15rem;
}

.blog-list-item h2 {
  font-size: 1.2rem;
  margin: 0 0 0.25rem;
}

.blog-date {
  color: #667085;
  font-size: 0.92rem;
  margin: 0.2rem 0 0.85rem;
}

.blog-tags,
.blog-tag-cloud {
  font-size: 0.9rem;
  margin: 0.35rem 0 0.85rem;
}

.blog-tag {
  background: #eef3f8;
  border: 1px solid #d7dde6;
  border-radius: 4px;
  color: #36506f;
  display: inline-block;
  margin: 0 0.3rem 0.35rem 0;
  padding: 0.12rem 0.42rem;
  text-decoration: none;
}

.blog-tag:hover {
  background: #e4edf6;
  color: #1d3958;
}

.blog-back {
  font-size: 0.9rem;
  margin-bottom: 1rem;
}

.blog-post h1 {
  margin-bottom: 0.15rem;
}

.blog-article {
  max-width: 760px;
}

.blog-article .newtheorem,
.blog-article .theorem,
.blog-article .definition,
.blog-article .proposition,
.blog-article .problem {
  border-left: 3px solid #8aa2c8;
  padding: 0.25rem 0 0.25rem 0.85rem;
  margin: 1rem 0;
}

.blog-article pre,
.blog-article code,
.blog-article .verb {
  font-size: 0.92em;
}

.blog-article img.math {
  vertical-align: middle;
}

.blog-article div.math-display,
.blog-article table.equation {
  margin: 1rem auto;
  text-align: center;
}

.blog-article table.equation {
  width: 100%;
}

.blog-article table.equation td:first-child {
  text-align: center;
}

.blog-article table.equation td.equation-label {
  text-align: right;
  white-space: nowrap;
  width: 3rem;
}

#layout-content .blog-article table.equation td {
  padding: 0.35rem 0;
}

#layout-content .blog-article table.equation img.math-display {
  display: inline-block;
  max-width: 100%;
  width: auto;
}

.blog-article img.math-display {
  display: inline-block;
  height: auto;
  max-width: 100%;
}
