/* Make the content area wider */
/* .wy-nav-content {
    max-width: 1200px;  /* Increase as desired */
/*} */

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


.wrap-text {
    table-layout: fixed;
}

.wrap-text td,
.wrap-text th {
    white-space: normal;
    word-wrap: break-word;
    word-break: break-word;
    hyphens: auto;
}
.wrap-text td:nth-child(1),
.wrap-text th:nth-child(1) {
    font-family:'Times New Roman', Times, serif;
    width: 12em;
}
.wrap-text td:nth-child(2),
.wrap-text th:nth-child(2) {
    font-family:'Times New Roman', Times, serif;
    width: 8em;
}
.wrap-text td:nth-child(3),
.wrap-text th:nth-child(3) {
    width: 8em;
}
.wrap-text td:nth-child(4),
.wrap-text th:nth-child(4) {
    width: 30em;
}


/* ------------------------------------------------------------------ */
/* Logo block (top-left) background colour                            */
/* ------------------------------------------------------------------ */


/* Logo block styling */
.wy-side-nav-search {
    background-color: #ffffff;
    border: 1px solid #cfd8e3;   /* subtle blue-grey */
    border-radius: 4px;          /* optional soft rounding */
}

/* Logo link text */
.wy-side-nav-search a {
    color: #1771E8;
}

/* Version text (force override theme rule) */
.wy-side-nav-search .version {
    color: #1771E8 !important;
}

/* Optional: remove default border below logo area */
/* .wy-side-nav-search { */
/*     border-bottom: none; */
/* } */