.miller {
  font-size: 14px;
  border: 1px solid #c8c8c8;
  width: 100%;
  overflow-x: scroll;
  min-height: 400px;
}
.miller .millerOut {
  width: 10000px;
}
.miller .millerIn {
  float: left;
}
.miller ul {
  max-width: 485px;
  height: 400px;
  overflow-y: auto;
  vertical-align: top;
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0 10px 0 0;
  border-right: 1px solid #c8c8c8;
  background: #fafafa;
}
.miller ul li {
  padding: 2px 5px;
  cursor: pointer;
  margin-bottom: 1px;
}
.miller ul li a {
  color: black;
  font-weight: bold;
  margin-left: 10px;
  display: block;
}
.miller ul li.category {
  font-weight: bold;
  color: #666;
}
.miller ul li.category.selected {
  color: #fab000;
}
