/*@import "reset.css";*/

@import url(https://fonts.googleapis.com/css?family=Open+Sans|Open+Sans+Condensed:300);
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
div.horizontal {
  display: block;
  width: 100%;
 /* height: auto;/* srdn changed here */
  overflow: auto;
  min-height:197px; /*srdn changed here*/
}
div.horizontal .table {
  display: table;
  table-layout: fixed;
  width: 100%;
}
div.horizontal .table article {
  width: 160px;  /* srdn changed here */
  height: auto; /* srdn changed here */
  display: table-cell;
 /* background: #e3e3e3;*/
  vertical-align: middle;
  text-align: center;
}
div.horizontal .table article:nth-child(2n+2) {
 /* background: #d1d1d1;*/
}

header#pageheader {
  line-height: 96px;
  padding-left: 24px;
}
.horizontal-track2 {
  width: 100%;
  height: 20px;
  /* srdn */
  background: #f3f2f2;
  border:2px solid #d5d5d5;
  
}
.horizontal-handle2 {
  height: 17px;
  /* srdn */
  background: #d5d2d2;
  border:1px solid #9e9d9d;
}
.horizontal-handle2 .left {
  display: none;
}
.horizontal-handle2 .right {
  display: none;
}