.escort-rates__table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.25rem 0;
}
.escort-rates__table th,
.escort-rates__table td {
  border: 1px solid #e5e7eb;
  padding: .65rem .8rem;
}
.escort-rates__th-label { width: 50%; text-align: left; }
.escort-rates__th-amount { width: 50%; text-align: right; }
.escort-rates__td-amount { text-align: right; white-space: nowrap; }
.escort-rates__currency { opacity: .9; margin-right: .25rem; }
.escort-rates__empty { color: #9aa0a6; }