.barBackground {
  background: #f5f5f5;
}

.verticalChart {
  width: 100%;
}
.verticalChart .singleBar1 {
  width: 15%;
  float: left;
  margin-left: 0.5%;
  margin-right: 0.5%;
}
.verticalChart .singleBar2 {
  width: 8%;
  float: left;
  margin-left: 0.5%;
  margin-right: 0.5%;
}
.verticalChart .singleBar .bar {
  position: relative;
  height: 200px;
  background: #d9edf7;
  overflow: hidden;
}
.verticalChart .singleBar .bar .value {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #337ab7;
  color: #ffffff;
}
.verticalChart .singleBar .bar .value span {
  position: absolute;
  font-size: 12px;
  bottom: 0;
  width: 100%;
  height: 20px;
  color: #dddddd;
  text-shadow: 0px -1px 0px #ffffff, 0px 1px 0px #ffffff, 1px 0px 0px #ffffff, -1px 0px 0px #ffffff, -1px -1px 0px #ffffff, -1px 1px 0px #ffffff, 1px 1px 0px #ffffff, 1px -1px 0px #ffffff;
  display: none;
  text-align: center;
}
.verticalChart .singleBar .title {
  margin-top: 5px;
  text-align: center;
  color: #337ab7;
}
