#files-container > div:nth-child(2n) {
  background: #ffeecc;
}

#files-container > div:nth-child(2n+1) {
  background: #eeeeee;
}

#footer {
  position: sticky;
  left: 0;
  bottom: 0;
  background-color: white;
  padding: 3px;
}
