a {
    text-decoration: none;
}

.type-folder, .type-subfolder, .type-folder {
    background-color: #11111B;
    font-size: 2em;
}
.type-folder, .type-subfolder, .type-folder .type-file, .type-subfolder .type-file {
    border-radius: 5px;
    border-style: solid;
    border-top: 0px;
    border-right: 0px;
    padding-right: 15px;
    padding-left: 8px;
    margin: 8px;
    margin-top: 0px;
}
.type-folder {
    color: #FF6E54;
    border-color: #FF6E5480;
}
.type-subfolder {
    color: #F38BA8;
    background-color: #31324480;
    border-color: #F38BA87F;
}
.type-subfolder, .type-subfolder ul {
    font-size: 0.8em;
    padding-left: 5px;
}

.type-file {
    border-bottom: 0px;
    border-color: #74C7EC4C;
}

.type-file, a {
    font-size: 15px;
    background-color: #4547594C;
    padding-left: 5px;
}

.type-file a, .type-file a:visited {
    font-weight: bold;
    color: #CBA6F7;
}
li, ul, a {
    list-style-type: none;
    padding-left: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
}
li, ul {
    padding-top: 0px;
    padding-bottom: 0px;
}

