.cnblogs_code {
  font-family: monaco, consola, verdana, Arial, Helvetica, sans-serif !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #ddd;
  margin: 15px 0;
  padding: 10px 19px 10px;
}
#topics {
  color: #333;
}
#topics h1,
#topics h2,
#topics h3,
#topics h4,
#topics h5,
#topics h6 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility;
}
#topics h1,
#topics h2,
#topics h3 {
  line-height: 40px;
}
#topics h1 {
  font-size: 38.5px;
}
#topics h2 {
  font-size: 31.5px;
}
#topics h3 {
  font-size: 24.5px;
}
#topics h4 {
  font-size: 17.5px;
}
#topics h5 {
  font-size: 14px;
}
#topics h6 {
  font-size: 11.9px;
}
#topics p {
  color: #333;
}
#topics .post {
  background-color: #fff;
}
#topics .postTitle {
  font-size: 38.5px;
  padding-bottom: 9px;
  margin: 20px 0 30px;
  border-bottom: 1px solid #eeeeee;
}