div.navigation{
    background-color: black;
    color: white;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 20%;
    height: 100%;
    overflow: auto;
}

div.menu{
    background-color: black;
    color: white;
    position: absolute;
    top: 0;
    left: 20%;
    width: 80%;
    height: 5%;
    display:inline-block;
}

div.menu div{
    display: inline-block;
}

div.path {
    margin: 0px;
    padding: 0px;
    width: 30%;
    height: 100%;
}

div.path p {
    margin-left: 3%;
}

div.new_dir {
    margin: 0px;
    padding: 0 px;
    width: 20%;
    height: 100%;
    color: white;
}

div.load_file .load_file{
    display:inline-block;
    margin:0;
    padding:0;
    width: 43%;
}

div.load_file {
    margin:0;
    padding:0;
    width: 49%;
    height: 100%
    color: white;
}

div.dir_content{
    background-color: grey;
    position: absolute;
    top: 5%;
    left: 20%;
    width: 80%;
    height: 95%;
    overflow: auto;
}

div.dir_content div.dir_elem {
    color: black;
    margin: 3px;
    width: 8%;
    height : 20%;
    display: inline-block;
}

div.dir_content div.dir_elem div.elem_icon {
    width: 100%;
    height: 80%;
}

img.icon {
    max-height: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

div.dir_content div.dir_elem p.elem_name {
    text-align: center;
    width: 100%;
    height: 20%;
    margin: 0;
}

a {
    text-decoration: pointer;
    color: white;
}

ul {
    margin:10px;
    padding:0px;
}
