

table {
	background-color: rgba(255,255,255,0.8);
	border-collapse: collapse;
	width: 100%;
	border-radius: 3px 3px 0 0;
	overflow: hidden;
}
tr {
	background-color: rgba(24,188,156,0.05);
}

th {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 18px;
	letter-spacing: 2px;
	background-color: rgba(24,188,156,1);
	color: rgba(255,255,255,0.9);
	cursor: pointer;
	padding: 10px 0px 10px 10px;
	font-weight: 300;
}

th small {
	font-size: 9px; 
}

td, th {
	text-align: left;
}
td a {
	display: block;
	color: rgba(24,188,156,1);
	font-size: 16px;
	line-height: 32px;
	font-weight: normal;
	padding: 6px 10px;
	transition: 0.2ms all ease-in-out;
	text-decoration: none;
	width: 100%;
}
th a {
	padding-left: 0;
	color: rgba(24,188,156,1);
	font-size: 16px;
	text-decoration: none;
	width: 100%;
}

td:first-of-type a {
	background: url(../images/file.svg) 13px 13px no-repeat;
	background-size: 18px 18px;
	padding-left: 50px;
}
th:first-of-type {
	padding-left: 13px;
}

td:not(:first-of-type) a {
	background-color: rgba(255,255,255,0.0);
	background-image: none !important;
	color: rgba(24,188,156,1);
	font-size: 14px;
}

tr:nth-of-type(odd) {
	background-color: rgba(255,255,255,0.9);
	transition: 0.2s all ease-in-out;
}



tr:hover td {
	background-color: rgba(24,188,156,0.2);
	color: rgba(255,255,255,0.8);
	transition: 0.2ms all ease-in-out;
}

tr:hover td a {
	color: rgba(24,188,156,1);
	transition: 0.2s all ease-in-out;
}

.show-hide {
	/*background: rgba(24,188,156,1);*/
	background: rgba(255,255,255,1);
	padding: 12px 0 14px 0;
	width: 100%;
	border-radius: 0 0 3px 3px;
	text-align: center;
}
.show-hide h4 {
	font-size: 16px;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight: 200;
	letter-spacing: 1px;
	padding: 0px 0px 0px 0px;
	margin: 0;
}
.show-hide a {
	color: rgba(24,188,156,0.1);
}
/* images */
table tr td:first-of-type a[href$=".jpg"], 
table tr td:first-of-type a[href$=".png"], 
table tr td:first-of-type a[href$=".gif"], 
table tr td:first-of-type a[href$=".svg"], 
table tr td:first-of-type a[href$=".jpeg"]
{background: url(../images/image.svg) 13px 13px no-repeat;
background-size: 18px 18px;}	

/* zips */
table tr td:first-of-type a[href$=".zip"] 
{background: url(../images/zip.svg) 13px 13px no-repeat;
background-size: 18px 18px;}

/* css */
table tr td:first-of-type a[href$=".css"] 
{background: url(../images/css.svg) 13px 13px no-repeat;
background-size: 18px 18px;}

/* docs */
table tr td:first-of-type a[href$=".doc"],
table tr td:first-of-type a[href$=".docx"],
table tr td:first-of-type a[href$=".ppt"],
table tr td:first-of-type a[href$=".pptx"],
table tr td:first-of-type a[href$=".pps"],
table tr td:first-of-type a[href$=".ppsx"],
table tr td:first-of-type a[href$=".xls"],
table tr td:first-of-type a[href$=".xlsx"]
{background-image: url(../images/office.png)}

/* videos */
table tr td:first-of-type a[href$=".avi"], 
table tr td:first-of-type a[href$=".wmv"], 
table tr td:first-of-type a[href$=".mp4"], 
table tr td:first-of-type a[href$=".mov"], 
table tr td:first-of-type a[href$=".m4a"]
{background: url(../images/video.svg) 13px 13px no-repeat;
background-size: 18px 18px;}

/* audio */
table tr td:first-of-type a[href$=".mp3"], 
table tr td:first-of-type a[href$=".ogg"], 
table tr td:first-of-type a[href$=".aac"], 
table tr td:first-of-type a[href$=".wma"] 
{background-image: url(../images/audio.png);}

/* web pages */
table tr td:first-of-type a[href$=".html"],
table tr td:first-of-type a[href$=".htm"],
table tr td:first-of-type a[href$=".xml"]
{background-image: url(../images/xml.png);}

table tr td:first-of-type a[href$=".php"] 
{background: url(../images/php.svg) 13px 13px no-repeat;
background-size: 18px 18px;}

table tr td:first-of-type a[href$=".js"] 
{background: url(../images/script.svg) 13px 13px no-repeat;
background-size: 18px 18px;}

/* directories */
table tr.dir td:first-of-type a
{background: url(../images/folder.svg) 13px 13px no-repeat;
background-size: 18px 18px;}
