.wcs-sectionleft,
.wcs-sectionright{
  height:43px;
}
.wcs-trolleyroad{
  height:10px;
  /* background-color: #cccccc; */
  background-image: url(../images/trolleyroad.png);
}
.wcs-warehouselevels{
  width: 672px;
  display: inline-block;
  float: left;
}
.wcs-rowcount{
  position: absolute;
  width: 9.5px;
  text-align: center;
}
.wcs-sectionleft .wcs-rowcount{
  bottom: 0px;
}
.wcs-sectionright .wcs-rowcount{
  top: 0px;
}

.wcs-levelrow {
	position: relative;
	display: inline-block;
	width: 9.5px;
	font-size: 8px;
	height: 100%;
  background-color: #efefef;
  margin-left:1px;
  margin-right: 1px;
}
.wcs-filledbox{
  height:3px;
  background-color: #00acd7;
  margin: 1px;
  width: 100%;
}