#bd, #comic_section {
  width: 100%; }

#title {
  clear: both;
  width: 100%;
  padding-bottom: 20px; }
  #title strong {
    color: #000;
    padding-right: 5px; }


.nav_left {
  clear: left;
  margin-left: -51px;
  margin-top: 40px; }

.nav_right {
  float: right;
  margin-right: -41px;
  margin-top: 40px; }

#chapters {
  clear: both; }
  #chapters ul,
  #chapters li {
    float: left;
    list-style: none; }
  #chapters li {
    padding-right: 10px; }
  #chapters ul {
    margin-left: 0px;
    padding-top: 20px; }
    #chapters ul a {
      color: #666; }
      #chapters ul a.cur {
        font-weight: bold;
        color: #000; }
