/* Navigation */
.md-nav--secondary .md-nav__list .md-nav__list .md-nav__list { display: none }

.main_note {
    font-size: 0.7rem;
    font-style: italic;
    font-weight: 600;
}

.md-typeset .md-table__parts.parts_indiv th:nth-child(2) {
    text-align: center;
    width: inherit;
}

.md-typeset .md-table__parts.parts_indiv td:nth-child(2) {
    text-align: center;
}

.md-typeset .md-table__parts.parts_indiv.parts_note td {
    white-space: nowrap;
}

.md-typeset .md-table__parts.parts_indiv.parts_note th:not(:first-child),
.md-typeset .md-table__parts.parts_indiv.parts_note td:not(:first-child) {
    text-align: center;
}

.md-typeset .md-table__parts.parts_indiv td div p {
    margin: auto;
}

.md-typeset .md-table__parts.parts_indiv td div p + p {
    color: rgb(180, 180, 180);
    font-style: italic;
}

.md-typeset .md-table__parts.parts_indiv.parts_note span {
    color: red;
}

