.folder p:before {
    font-family: "Font Awesome 5 Free";
    content: '\f07b';
    margin-right: 10px;
    opacity: 0.5;
	font-weight: 600;
}


.folder .files td {
    padding: 5px!important;
    opacity: 0.7;
    font-size: 15px;
    width: 85px;
}

.folder .files td+td {
	width: 65px;
}

.folder .files td+td+td {
    opacity: 1;
    width: 800px;
}


.folder .files a:before {
    font-family: 'Font Awesome 5 Free';
    content: '\f15b';
    margin-right: 10px;
    opacity: 0.5;
    color: #333;
}

.folder .files a[title$=".pdf"]:before {
	content: '\f1c1';
	font-family: 'Font Awesome 5 Free';
	display: inline-block;
	margin-right: 5px;
	/* font-weight: 900; */
}

.folder .files a[title$=".ppt"]:before, .folder .files a[title$=".pptx"]:before {
	content: '\f1c4';
}

.folder .files a[title$=".doc"]:before, .folder .files a[title$=".docx"]:before {
	content: '\f1c2';
}

.folder .files a[title$=".xls"]:before, .folder .files a[title$=".xlsx"]:before {
	content: '\f1c3';
}

.folder .files a[title$=".mp4"]:before {
	content: '\f1c8';
}

.folder .files a[title$=".jpg"]:before, .folder .files a[title$=".png"]:before {
	content: '\f1c5';
}

