.folder {
	font-weight: bold;
}

.folder, a.file {
	color: #be5028;
	cursor: pointer;
	text-decoration: none;
}

.folder:hover, a.file:hover {
	text-decoration: underline;
}

.comment {
	font-size:.5em;
	color: gray;
}

.icon-folder, .icon-file {
    background-repeat: no-repeat;
    display: inline-block;
    height: 20px;
    width: 16px;
}

.icon-folder {
    background-image: url('https://www.danslelac.org/img/icon-folder.png');
    background-position: 6px;
}

.icon-file {
    background-image: url('https://www.danslelac.org/img/icon-file.png');
    background-position: 4px;
}