div.horizontal {
  display: block;
  width: 100%;
  height: 210px;
  overflow: auto;

}
div.horizontal .table {
  display: table;
  table-layout: fixed;
  width: 100%;
}
div.horizontal .table article {
  height: 160px;
  display: table-cell;
  text-align: left;
  width: 300px;
}

header#pageheader {
  line-height: 96px;
  padding-left: 24px;
}
.horizontal-track2 {
  width: 100%;
  height: 10px;
  background: #b4b4b4;
}
.horizontal-handle2 {
  height: 10px;
  background: #540000;
}
.horizontal-handle2 .left {
  display: none;
}
.horizontal-handle2 .right {
  display: none;
}
