ul.file-list li
{
	color: #405540;
	
}
		.thumbnail-image
		{
			max-height: 100px;
			width: auto;
			height: auto;
		}
		span.file-list-entry.directory
		{
			font-style: italic;
			font-weight: bold;
		}
		span.file-list-entry.pmx
		{
			color: mediumblue;
		}
		span.file-list-entry.pmd
		{
			color: mediumpurple;
		}
		span.file-list-entry.texture
		{
			color: inherit;
		}
		span.file-list-entry.accessory
		{
			color: yellow;
		}
		span.file-list-entry.readme
		{
			color: red;
			font-weight: bold;
		}