.custom-formatters-full-list {
  width: 100%;
  float: left;
}
.custom-formatters-full-list .graphical-list-representation {
  float: left;
  margin: 0 10px 0 0;
  height: 150px;
  width: 10px;
  border: 1px solid #ccc;
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
}
.custom-formatters-full-list .graphical-list-representation .item-bar {
  height: 25px;
  background: white;
}
.custom-formatters-full-list .graphical-list-representation .filled {
  background: grey;
}
.custom-formatters-full-list .graphical-list-representation .filled:first-child {
  width: 20px;
  height: 20px;
  margin: 0 -5px 0;
  border-radius: 200px 200px 200px 200px;
  -moz-border-radius: 200px 200px 200px 200px;
  -webkit-border-radius: 200px 200px 200px 200px;
  border: 2px solid #000;
}
.custom-formatters-full-list .graphical-list-representation .filled:last-child {
  border-radius: 0px 0px 10px 10px;
  -moz-border-radius: 0px 0px 10px 10px;
  -webkit-border-radius: 0px 0px 10px 10px;
}
.custom-formatters-full-list .list-options li {
  color: #ccc;
}
.custom-formatters-full-list .list-options li.selected {
  color: #000;
}
