#tooltip-table {
  table-layout: fixed;
  font-size: 1rem;
}

#tooltip-table table {
  border-collapse: collapse;
}

#tooltip-table tbody tr td {
  padding: 4px;
}

#tooltip-table tbody tr td:nth-child(1) {
  width: 50%;
  text-align: left;
}

#tooltip-table tbody tr td:nth-child(2) {
  width: 25%;
  text-align: right;
}

#tooltip-table tbody tr td:nth-child(3) {
  width: 25%;
  text-align: right;
}
