.nxged-title{
    text-align: center;
    margin-bottom: 15px;
    font-size: 30px;
}

.nxged-browser-section{
    margin-bottom: 30px;
}

.nxged-browser-section-title{
    margin-bottom: 30px;
}

.nxged-browser-section.folder-section{
    background-color: #f2f2f2;
    padding: 15px;
}

.folder-section-folder-container{
    text-align: center;
    margin-bottom: 15px;
}

.folder-section-folder{
    background-color: #2fb5d2;
    display: block;
    text-align: center;
    padding: 20px 5px;
    color: white;
}

.folder-section-folder:hover{
    background-color: #2592a9;
    color: white;
}

.nxged-browser-section.file-section{
    padding: 15px;
}

#nxged-tree .nxged-tree-node{
    padding-left: revert;
    list-style: disc;
}