body
{
  background: #dddddd;
  cursor: default;
}

.panel
{
  margin-top: 30px;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
}

@media (min-width: 1200px)
{
  .container
  {
    width: 700px;
  }
}

th.icon
{
  width: 30px;
  padding: 6px !important;
}

th.last_edit
{
  width: 150px;
}

th.size
{
  width: 90px;
}

td.icon
{
  padding-right: 0px;
}

td.name
{
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

td.size
{
  text-align: right;
}
