.app__sidebar {
    display: none !important;
}

.footer__powered {
    flex: none;
    justify-self: flex-end;
    color: inherit;
    display: none;
}

button[data-test=search-button] {
    display: none;
}

article[data-test=app__article] {
    padding-top: 0;
}

h1[data-toc=resume] {
    padding-top: 0 !important;
}

span[class="sub-title sub-title--related-h1"] {
    display: none;
}

button[data-test=header-hamburger] {
    display: none;
}

/*打印的时候打开*/
/*
.list {
    max-width: 1100px;
}

.article__p {
    max-width: 1100px;
    color: inherit;
    font-weight: inherit;
}

.table__th {
    width: 65px;
    padding: 16px;
    border: 1px solid var(--wh-color-border-default);
    vertical-align: top;
    background-color: var(--wh-color-backlight-secondary)
}

.app__header {
    display: none;
}*/
