.hidden{
  visibility: hidden;
}
.hidden img{
  width: 0px;
  height: 0px;
}
.displayBar {
  vertical-align: middle;
  height: 100px;
  width: 500px;
  border: 2px solid blue;
}
.displayBar img {
    height: 100%;
    margin: 0px -5px;
    border: 1px solid black;
}
.displayBar #description {
  background-color: #eee;
  margin-left: -10px;
}
.displayBar #description span {
  margin: 0px 10px;
}
.left{
  rotate: 180deg;
}

.collar{
    background-color: silver;
    font-size: 21px;
}
.white {
  background-color: white;
  font-size: 18px;
}
.green {
  background-color: green;
  font-size: 18px;
}
.yellow {
  background-color: yellow;
  font-size: 18px;
}
.blue {
  background-color: blue;
  font-size: 18px;
}
.red {
  background-color: red;
  font-size: 18px;
}
.WHITE {
  background-color: white;
  font-size: 24px;
}
.GREEN {
  background-color: green;
  font-size: 24px;
}
.YELLOW {
  background-color: yellow;
  font-size: 24px;
}
.BLUE {
  background-color: blue;
  font-size: 24px;
}
.RED {
  background-color: red;
  font-size: 24px;
}
