body{
    background-color: #1E1E1E;
}

h1{
    text-indent: 50px;
    width: 100%;
    height: 100px;
    vertical-align: middle;
    font-family: 'Helvetica';
    font-size: 50pt;
    color: #FEFEFE;
}

#gradient{
    position: absolute;
    z-index: -1;
    top: 0px;
    left: 0px;
    border: none;
    width: 100%;
    height: 200px;
    background-image: linear-gradient(to bottom right, #4b4b4b, transparent, transparent);
}

.entry{
    height: 40px;
    background-color: transparent;
    border-style: dotted;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom-color: #fefefe1c;
    border-width: 1px;
}

.dir_button, .file_link{
    height: 40px;
    margin-left: 75px;
    vertical-align: middle;
    text-align: left;
    font-family: 'Consolas';
    font-size: 14pt;
    color: #FEFEFE;
}

.entry:hover{
    background-image: linear-gradient(to right, #4400ff7e, transparent);
}

.dir_button, .file_entry{
    width: 90%;
    border:none;
    background-color: transparent;
}

.file_entry{
    margin-left: 25px;
}
