/* AB模板网 */
#wrapper {
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -ms-flex !important;
  display: flex !important;
  -webkit-flex-direction: row-reverse !important;
  -moz-flex-direction: row-reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;

  margin: 0 auto !important;
  padding: 0 2em !important;
  width: auto !important;
}
body.single #wrapper {
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -ms-flex !important;
  display: flex !important;
  -webkit-flex-direction: row-reverse !important;
  -moz-flex-direction: row-reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;

  margin: 0 auto !important;
  padding: 0 2em !important;
  width: auto !important;
}
.post { width: 100% !important; }
#footer, section#footer, #footer p { text-align: center !important; }
