.wy-nav-content {
    max-width: 2200px !important;
}

/* Bold and left-align table captions */
.rst-content table.docutils > caption {
  font-weight: 600 ; /* bold */
  font-style: normal ;
  font-size: 16px;
  text-align: left ; /* or center/right */
}