.hcl_list {
    color: #b30000;
    text-align: center;
    table-layout: auto;
}

.div-hcl-table {
  display: table;
  width: auto;
  background-color: #eee;
  border: 1px solid #666666;
  border-spacing: 5px; /* cellspacing:poor IE support for  this */
}
.div-hcl-table-row {
  display: table-row;
  width: auto;
  clear: both;
}
.div-hcl-table-col {
  float: left; /* fix for  buggy browsers */
  display: table-column;
  width: 200px;
  background-color: #111111;
}