.col {
  fill: transparent;
}

.col:nth-child(even) {
  fill: azure;
}

svg text {
  text-anchor: middle;
}

* {
  font-family: "Noto Sans Japanese";
}

.member-name {
  white-space: nowrap;
}

td.is-relative > a::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
