#documents {
  width: 100%;
  margin-bottom: 0.9em;
}
#documents tr.odd,
#documents tr.odd td {
  background: #fff;
}
#documents tr.even,
#documents tr.even td {
  background: #e2e2e2;
}
th.doctype, 
td.doctype {
  width: 50px;
  text-align: center;
}
th.information,
td.information {
  width: 75%;
  text-align: left;
}
th.filesize,
td.filesize {
  width: 100px;
  text-align: left;
}
th.download, 
td.download {
  width: 100px;
  text-align: center;
}
.doc-title {
  font-weight: bold;
}
.doc-description {
  padding: 0.3em 0.5em;
}
