body {
    margin: 0;
    padding: 0;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 1em;
    line-height: 1.2em;
    background: #e1ded6;
}


a {
    text-decoration: none;
    white-space: nowrap;
}

a:hover {
    background-color: #c5c2b9;
}

p {
    margin: 0 0 0.5em 0;
}



div.file-item {
    display: block;
    padding: 0.5em 0;
    border-width: 0 0 1px 0;
    border-color: inherit;
    border-style: dashed;
}

div.file-item > div {
    display:inline-block;
    padding: 0.3em 3em 0.3em 0;
    white-space: nowrap; 
	color: #36342c;
	font-size: 0.9em;
}

div.file-name a {
	font-weight: bold;
    color: #70000d;
}

/* 
div.file-md5 {
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis; 
    width: 15em;
} 
*/


main {
    width: 70vw;
    margin: 0 auto;
    padding: 2em 0 7em 0;
}

main a.link-to-file:visited {
    color: #36342c;
}


section {
    margin: 2em 0 2em 0;
    font-size: 1.1em;
}


footer {
    position: fixed;
    width: 100%;
    bottom: 0;
    font-size: 0.9em;
    padding: 1em;
    background: #6a6860;
    color: #fff;
}

footer a {
    color: inherit;
}
