.header {
  background-image: url("/img/headerModal.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
}
.funds-table{
  table-layout: fixed;
  width: 100%;
}

.funds-table th:nth-child(1),
.funds-table td:nth-child(1){
  width: 70%;
}

.funds-table th:nth-child(2),
.funds-table td:nth-child(2){
  width: 30%;
}

.funds-table td:nth-child(2) p{
  white-space: nowrap;   /* el LEI no salta de línea */
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
