.legend-scale {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.legend-scale ul li:first-child {
  width: 170px;
}
.legend-scale ul li {
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  display: block;
  float: left;
  width: 170px;
  margin: 0;
  padding: 0 15px 0 0;
  text-align: left;
  font-size: 15px;
  line-height: 18px;
  color: #545454;
  list-style: none;
}

.legend-scale ul {
  margin: 0 0 6px 0;
  padding: 0;
  float: left;
  list-style: none;
}
ul.legend-labels li span {
  display: block;
  float: left;
  /*height: 15px;
  width: 15px;*/
  padding:12px;
  margin: 1px 4px 7px 0;
  opacity: 0.9;
  filter: alpha(opacity=80);
}

legend {
  margin-bottom: 5px !important;
}

legend.policy-border {
   font-size: 1.2em !important;
   font-weight: bold !important;
   text-align: left !important;
   width:auto;
   padding:0 10px;
   border-bottom:none;
}
