/* nav menu */
.hoverTransition {
    z-index:    461;
}

.hoverTransition:hover {
    transition: 0.3s;
    transition-delay: 0.330s;
    width:      270px;
}

.is-collapsible ul .fa, .fa::after {
    line-height: 2;
}

.is-collapsible ul .a-TreeView-label {
    margin-left: 7px;
}

.a-TreeView-label {
    font-size: 14px;
}

.a-TreeView-content {
    white-space: nowrap;
}

.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-row.is-hover {
    background-color: #525264 !important;
}

/* body */
#t_Body_nav {
    top: 62px;
}