figure.alignleft figcaption {
  text-align: left;
}

figure.aligncenter figcaption {
  text-align: center;
}

figure.alignright figcaption {
  text-align: right;
}

/* Hide comment and share on CN site  */
html:lang(zh-CN) .button.comments,
html:lang(zh-CN) .button.share-button{
  display: none;
}
