#canvas-holder{
        width:240px;
      }

.line-legend li span {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 7px;
  float: left;
  margin-top: 0px;
  margin-right: 8px;
}

.line-legend {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  margin-top : 20px;

}

.line-legend li {
  margin-bottom : 0px;
  display: inline-block;

}

.line-legend li:first-letter {
  text-transform: capitalize;
}

.comm-how {
  display: inline-block;
  float : left;
  color : #979797;
  width : 270px;
  text-align: left;
  margin-right : 10px;
}
