#map .leaflet-control {
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
}
#map .leaflet-control-container .info {
  width: 160px;
  height: 160px;
  padding: 6px 8px;
  position: relative;
  font: 14px/16px Arial, Helvetica, sans-serif;
  background: white;
  border: 2px solid rgba(0,0,0,0.2);
  background-clip: padding-box;
  border-radius: 5px;
}
#map .leaflet-control-container h4 {
  font: 14px/16px Arial, Helvetica, sans-serif;
  font-weight: bold;
  margin: 0 0 5px;
  color: #777;
}
#map .leaflet-control-layers input[type="checkbox"] {
  margin-top: -5px;
}
#map .info .res {
  position: absolute;
  top: 90px;
  width: 100%;
}
#map .info .res .pb {
  color: white;
  font-size: 0.8em;
  font-weight: bold;
  padding: 2px 5px;
  margin: 1px 0;
}
#map .progress {
  position: relative;
  height: 30px;
  width: 50%;
  line-height: 30px;
  background: #eee;
  border: 2px solid rgba(0,0,0,0.2);
  background-clip: padding-box;
  border-radius: 5px;
  o-pacity: 0.8;
}
#map .progress:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  border-left: 2px black dashed;
  height: 100%;
}
#map .progress:after {
  content: '50%';
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  font-weight: bold;
  text-align: center;
  text-shadow: 1px 0px 10px black;
  color: white;
}
#map .progress .ca {
  position: absolute;
  top: 35px;
  width: 50px;
  height: 65px;
  border: 2px solid rgba(0,0,0,0.2);
  background-size: 50px 65px;
  background-clip: padding-box;
  border-radius: 5px;
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
}
#map .progress .ci {
  position: absolute;
  top: -2px;
  width: 50px;
  height: 65px;
  border: 2px solid rgba(0,0,0,0.2);
  background-size: 50px 65px;
  background-clip: padding-box;
  border-radius: 5px;
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
}
#map .progress .ci.c1 {
  left: -60px;
  background-image: none;
}
#map .progress .ci.c2 {
  right: -60px;
  background-image: none;
}
#map .progress .ct {
  position: absolute;
  top: 35px;
  width: 45%;
  font-weight: bold;
  text-shadow: 1px 0px 10px black;
  line-height: 1.35em;
  color: white;
}
#map .progress .ct.c1 {
  left: 0;
  text-align: left;
}
#map .progress .ct.c2 {
  right: 0;
  text-align: right;
}
#map .progress-bar {
  float: left;
  height: 100%;
  color: white;
  background-color: green;
  text-align: center;
  font-weight: bold;
  font-size: 1.5em;
  width: 0;
}
#map .progress-right {
  float: right;
  background-color: blue;
}