.dg.main {
	width : 200px;
    transition: opacity .1s linear;
}
.dg {
    color: #eee;
    font: 11px Lucida Grande, sans-serif;
    text-shadow: 0 -1px 0 #111;
}
	
.dg .closed li:not(.title), .dg .closed ul li, .dg .closed ul li>* {
    height: 0;
    overflow: hidden;
    border: 0;
}
	
.dg .cr.string {
    border-left: 3px solid #1ed36f;
	display:flex;
}

.dg li:not(.folder) {
    background: #1a1a1a;
    border-bottom: 1px solid #2c2c2c;
}

.dg li:not(.folder) {
    cursor: auto;
    height: 27px;
    line-height: 27px;
    padding: 0 4px 0 5px;
}

.dg .cr {
    clear: both;
    padding-left: 3px;
    height: 27px;
    overflow: hidden;
}
.dg.main * {
    box-sizing: content-box;
}

.dg li {
    transition: height .1s ease-out;
    transition: overflow .1s linear;
}

.dg ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    clear: both;
}
	
.dg.main .close-button.close-bottom {
    position: absolute;
}


.dg.main .close-button {
    transition: opacity .1s linear;
    border: 1px;
    line-height: 19px;
    height: 20px;
	width: 100%;
    cursor: pointer;
    text-align: center;
    background-color: #000;
}