body
{
  font-family: Calibri, Roboto, Arial, sans-serif;
}

div div
{
  position: relative;
  width: 128px;
  height: 128px;
  /*background-color: silver;*/
  margin: 7px;
  float: left;
}

a
{
    text-decoration: none;
}

div#imgs div
{
  /*
  max-width: 100%;
  max-height: 100%;
  */
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

table
{
  width: 100%;
  position: absolute;
  bottom: 0px;
  background-color: silver;
}

td
{
  width: 33%;
  height: 20px;
  text-align: center;
  font-weight: bold;
}

td.JPG
{
  background-color: #CFC;
}

td.PDF
{
  background-color: #FCC;
}

td.PNG
{
  background-color: #CCF;
}
