.wy-nav-content {
    max-width: 950px;
}

.wy-table-responsive table td,
.wy-table-responsive table th {
    white-space: initial;
}

.critical {
    color:#17496c;
    font-weight: 700;
}

.major {
    color:#2b6a97;
    font-weight: 700;
}

.minor {
    color:#4d85ad;
    font-weight: 700;
}

.trivial {
    color:#779fba;
    font-weight: 700;
}

.bold {
    font-weight: bold;
  }

.italic {
    font-style: italic;
  }

.bolditalic {
    font-weight: bold;
    font-style: italic;
  }

.wy-side-nav-search {
    background: #004C97;
}

.rst-content .definition-alert .admonition-title {
    background: #ed8b00
 }
 
 .rst-content .definition-alert {
    background: #fed8b1
 }