.t-Body {
    background: linear-gradient(45deg, #00e1af, #00b7db);
}

footer#t_Footer {
    display: none;
}

.rw-layout--contained:not(.rw-layout--edge-to-edge):not(.rw-layout--fixed):not(.rw-layout--foldout) {
    --ut-body-content-max-width: 160rem;
}

li#t_TreeNav_1 {
    background: #ca5d0f;
    border-radius: 10px;
    padding: 5px;
    margin-top: 10px;
}

li#t_TreeNav_2 {
    background: #ca2c0f;
    border-radius: 10px;
    padding: 5px;
    margin-top: 10px;
}

li#t_TreeNav_3 {
    background: #8f8233;
    border-radius: 10px;
    padding: 5px;
    margin-top: 10px;
}

li#t_TreeNav_4 {
    background: #641197;
    border-radius: 10px;
    padding: 5px;
    margin-top: 10px;
}

li#t_TreeNav_5 {
    background: #207b00;
    border-radius: 10px;
    padding: 5px;
    margin-top: 10px;
}

li#t_TreeNav_0 {
    background: #10158d;
    border-radius: 10px;
    padding: 5px;
    margin-top: 10px;
}

li#t_TreeNav_6 {
    background: #fb0101;
    border-radius: 10px;
    padding: 5px;
    margin-top: 10px;
}

.a-TreeView-row.is-selected.is-current--top {
    background: #0000008f;
}