* {
	padding:0;
	margin:0;
}

body:before {
background: url(https://andrikpowell.com/midis/Released/100%20Line%20Massacre/.bg.jpg) no-repeat center center;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -10;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    content: '';
    filter: blur(8px);
    -webkit-filter: blur(8px);
}

a.back {
    background: #505050;
    left: 20px;
}

a.back:hover {
    background: #767676;
}

a.website {
    background: #8800ca;
    right: 20px;
}

a.button {
    color: white;
    display: block;
    padding: 10px 20px;
    border-radius: 5px;
    position: absolute;
    font-weight: 700;
    transition: 0.3s;
    top: 20px;
}

a.website:hover {
    background: #a655cd;
}

body {
    color: #fff;
    font: 15px Sans-Serif;
    padding: 50px;
    background: #000000;
    max-width: 1280px;
    margin: auto;
}

h1 {
    text-align: center;
    padding: 28px 0 14px 0;
    margin: 0;
    font-size: 18px;
    font-weight: 800;
}

h2 {
    font-size: 13px;
    text-align: center;
    color: gray;
    /* font-style: italic; */
    font-weight: 100;
}

#container {
    box-shadow: 0 5px 10px -5px rgba(0,0,0,0.5);
    position: relative;
    background: #1e1e1e;
    border-radius: 8px !important;
}

#copyright {    
    background: #0f0f0f;
    padding: 18px 16px 16px 16px;
    border-radius: 0 0 8px 8px;
}

table {
    background-color: #2b2b2b;
    border-collapse: collapse;
    width: 100%;
    margin: 15px 0 0 0;
    /* border-radius: 8px; */
}

th {
	background-color: #ab02fe;
	color: #FFF;
	cursor: pointer;
	padding: 5px 10px;
}

a.logo {
text-transform: uppercase;
    color: black;
    text-align: center;
    max-width: 600px;
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
}

.logo img {
    width: 100%;
}

th small {
	font-size: 9px; 
}

td, th {
	text-align: left;
}

a {
	text-decoration: none;
}

td a {
    color: #e8e8e8;
    display: block;
    padding: 14px 10px;
}

th a {
	padding-left: 0
}

td:first-of-type a {
	background: url(./.images/file.png) no-repeat 10px 50%;
	padding-left: 35px;
}
th:first-of-type {
	padding-left: 35px;
}

td:not(:first-of-type) a {
	background-image: none !important;
} 

tr:nth-of-type(odd) {
    background-color: #1f1f1f;
}

tr:hover td {
	background-color:#CACACA;
	background-color:#000000;
}

tr:hover td a {
	color: #000;
	color: #fff;
}

.svg img {
    height: 21px;
}

@media all and (max-width: 768px){
  table tr th:nth-child(2),
  table tr td:nth-child(2),
  table tr th:nth-child(4),
  table tr td:nth-child(4){
    display: none;
  }
  .desktop {
      display:none !important;
  }
a.website {
    padding: 10px 15px 5px 15px !important
}
}
@media all and (min-width: 769px){
  .mobile {
      display:none !important;
  }
}





/* icons for file types (icons by famfamfam) */

/* 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-image: url(./.images/image.png);}

/* zips */
table tr td:first-of-type a[href$=".zip"] 
{background-image: url(./.images/zip.png);}

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

/* 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-image: url(./.images/video.png);}

/* 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"],
table tr td:first-of-type a[href$=".mid"]
{background-image: url(./.images/sound.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-image: url(./.images/php.png);}

table tr td:first-of-type a[href$=".js"] 
{background-image: url(./.images/script.png);}

/* directories */
table tr.dir td:first-of-type a
{background-image: url(./.images/folder.png);}