.deck-widget.ecoscope-title-widget {
  font-size: 26px;
  font-style: normal;
  font-family: Helvetica;
  color: rgb(0, 0, 0);
  background-color: rgb(255, 255, 255);
  outline-width: 0px;
  outline-style: solid;
  outline-color: rgb(0, 0, 0);
  border-radius: 5px;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(0, 0, 0);
  padding: 3px;
  text-align: center;
}

.deck-widget.ecoscope-legend-widget {
  background-color: rgb(255, 255, 255);
  border-color: rgb(0, 0, 0);
  border-style: solid;
  border-radius: 5px;
  border-width: 1px;
  padding: 10px;
  font-size: 14px;
  font-family: "Helvetica";
}

.legend-title {
  text-align: left;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 16px;
  color: rgba(0, 0, 0, 1);
}

.legend-scale ul {
  list-style: none;
  margin: 0;
  margin-bottom: 5px;
  padding: 0;
  color: rgba(0, 0, 0, 1);
}

.legend-scale ul li {
  list-style: none;
  margin-left: 0;
  line-height: 18px;
  margin-bottom: 2px;
}

ul.legend-labels li span {
  display: block;
  float: left;
  height: 16px;
  width: 30px;
  margin-right: 5px;
  margin-left: 0;
  border: 1px solid #999;
}
