html,
body {
  font-family: "IBM Plex Sans", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
  background: #d9d9d9;
}
#wrapper {
  position: relative;
  background: #d9d9d9;
  width: 100%;

}
.names {
  fill: none;
  stroke: #fff;
  stroke-linejoin: round;
}
.puntito {
  fill: #055F5B;
}
.puntito-big {
  fill: #055F5B;
}
.hide {
  fill: transparent;
}

.d3-tip {
  line-height: 1.5;
  font-weight: 400;
  font-family: "IBM Plex Sans", Helvetica, Arial, sans-serif;
  padding: 6px 20px;
  background: rgba(238, 238, 238, .8);
  color: #4ba034;
  border-radius: 1px;
  pointer-events: none;
}
.d3-tip:hover {
  pointer-events: none;
}

.details {
  color: white;
}

#data-wrapper {
  position: fixed;
  width: 100%;
  bottom: 0;
}
#data {
  position: relative;
  margin: 0 auto;
  background: white;
  width: 910px;
  padding: 12px 20px;
  display: none;
  box-shadow: 0 0 24px 0 rgba(0,0,0,0.10);
}

h3 {
  font-size: 18px;
  font-weight: 800;
  color: #055F5B;
  letter-spacing: 0;
  margin: 0 0 10px;
  text-align: left;
}

.close {
  position: absolute;
  top: 14px;
  right: 14px;
  cursor: pointer;
}

table tr.h {
  color: #808080;
  font-size: 14px;
}
table tr.h td {
  padding-top: 6px;
  padding-bottom: 10px;
  color: #808080;
  white-space: nowrap;
}
table tr:nth-child(even) {
  background: #f5f5f5;
}
table tr td {
  border-left: 1px solid #ddd;
  padding: 6px;
  font-size: 14px;
  font-weight: 600;
  color: #444444;
  letter-spacing: 0;
  text-align: center;
  line-height: 16px;
}
table td:first-child {
  padding: 0;
  border: 0;
}
_::-webkit-full-page-media, _:future, :root table tr td {
  font-weight: normal;
}
@-moz-document url-prefix() {
  table tr td {
     font-weight: normal;
  }
}
