.header-container {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.nw-fm-tree-item.selected {
    background-color: #9A805D !important;
    color: white;
}

.nw-fm-tree-item:hover, .nw-fm-tree-item.hovered {
    background-color: rgba(154, 128, 93, 0.3) !important;
    color: white;
}

.nw-fm-left-icons-panel, .top-head, .pages-menu.body {
    display: none !important;
}

#topmenu, .top-head {
    height: auto;
}

.fm-main {
    background: #fff;
}

.button.link-button.right.fm-import-to-cloudrive, .st-social-block-load {
    display: none;
}

.loading-percentage .right-c span {
    -moz-border-radius-topleft: 30px;
    -moz-border-radius-bottomleft: 30px;
    -webkit-border-top-left-radius: 30px;
    -webkit-border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    background-color: #9A805D !important;
}

.loading-percentage .left-c span {
    background-color: #9A805D !important;
}

.loading-m-block, .loading-cloud {
    background-image: none !important;
}