/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@mediascreenand(max-height:450px){
.overlaya{
font-size:20px;
}
.overlay.closebtn{
font-size:40px;
top:15px;
right:35px;
}
}
.tree-file:hover{
cursor:pointer;
}
/* Remove default bullets */
.tree-view,
.tree-nested{
list-style-type:none;
margin:0;
padding:0;
margin-left:10px;
}
/* Style the items */
.tree-item,
.files-tree-title{
cursor:pointer;
user-select:none;
/* Prevent text selection */
}
/* Create the caret/arrow with a unicode, and style it */
.tree-caret.fa-folder{
display:inline-block;
}
.tree-caret.fa-folder-open{
display:none;
}
/* Rotate the caret/arrow icon when clicked on (using JavaScript) */