/* override table width restrictions */
.wy-table-responsive table td {
   white-space: normal !important;
}

.wy-table-responsive {
  max-width: 100% !important;
}

.rst-content code.literal, .rst-content tt.literal {
    color: #cb2413 !important;
}

.wy-nav-content {
  max-width: 100%;
}