/* iCMS: article body / tables inside moban theme */

/*
 * Bootstrap also defines .page-header; moban uses <header class="section page-header">.
 * Reset only the top bar inside .page so RD Navbar matches the original template.
 */
.page > header.section.page-header {
  padding-bottom: 0;
  margin: 0;
  border-bottom: none;
}

.text-body img,
.post-big img,
.article-moban-body img {
  max-width: 100%;
  height: auto;
}
.text-body table {
  max-width: 100%;
  overflow-x: auto;
  display: block;
}
