main div .divider {
  margin: 10px 0;
}
main div.highlighter-rouge {
  margin: 1em 20px;
}
main div.highlighter-rouge pre {
  padding: 5px;
}
main figure.highlight {
  margin: 1em 20px;
}
main figure.highlight pre {
  white-space: pre-wrap;
}
main figure.highlight table {
  width: auto;
}

#post-info h3 {
  font-weight: bold;
  margin-bottom: 15px;
}
#post-info ul:not(.browser-default) {
  padding-left: 0;
  width: 40%;
}
#post-info ul:not(.browser-default) li {
  list-style-type: none;
}
#post-info span {
  font-size: 14px;
  display: block;
  margin-bottom: 5px;
}
#post-info span i {
  font-size: 11.5px;
  margin-right: 10px;
}
#post-info span i#indicate {
  font-size: 20px;
}
#post-info span .chip {
  color: #616161;
  margin-right: 5px;
}
#post-info span .chip:hover {
  color: #fff;
  background-color: #616161;
}
#post-info span .chip {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 992px) {
  #post-info h3 {
    text-align: center;
  }
  #post-info ul:not(.browser-default) {
    width: 100%;
  }
}
main table.equal-cols {
  width: 100%;
  table-layout: fixed;
}
main table.equal-cols th, main table.equal-cols td {
  vertical-align: top;
  overflow-wrap: anywhere;
}

/*# sourceMappingURL=post.css.map */