div.dir_content{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    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;
}
