.flex-container {
  display: flex;
  flex-direction: column;
  background-color: none;
  align-items: center;
}

.flex-container > div {
  box-shadow: 0 5px 10px -5px rgba(0,0,0,0.5);
  border-radius: 15px;
  background-color: #f1f1f1;
  width: 350px;
  margin: 2%;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 150px;
  font-size: 30px;
}

.flex-container.div.a:link, a:visited {
  background-color: #f1f1f1;
  width: 350px;
  margin: 2%;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 75px;
  font-size: 30px;
}

.flex-container.div.a:hover, .flex-container.div.a:active {
  background-color: #f1f1f1;
}

/*---------------------*/

#container {
  box-shadow: 0 5px 10px -5px rgba(0,0,0,0.5);
  position: relative;
  background: white; 
}

table {
  background-color: #F3F3F3;
  border-collapse: collapse;
  width: 100%;
  margin: 15px 0;
}

th {
  background-color: #003366;
  color: #FFF;
  cursor: pointer;
  padding: 5px 10px;
  font-size: 14px; 
}

/*th small {
  font-size: 9px; 
}*/

td, th {
  text-align: left;
}


td a {
  color: #003366;
  display: block;
  padding: 5px 10px;
  text-decoration:none;
  font-size:14px;
}

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: #E6E6E6;
}

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

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

/* 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"] {
  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-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);
}*/