#list {}

#list table {
  width: 720px;
  margin: 0 auto;
  font-size: 10pt;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
  border-bottom: 1px solid #666;
}

#list th,
#list td {
  padding: 6px;
  border-right: 1px solid #666;
  border-bottom: 1px dotted black;
  vertical-align: middle;
}

#list th {
  width: 80px;
  font-weight: bold;
  background-color: #CCCCCC;
}

#list td.title {
  width: 350px;
}

#list td.icon {
  text-align: center;
  width: 28px;
}

#list td.size {
  width: 70px;
  text-align: right;
}

#list tr.title {
  background-color: #CCCCCC;
  font-weight: bold;
}
