.table-title {
  font-size: 25px;
  font-weight: 700;
  padding-bottom: 16px;
}

.top-ten {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

  .top-ten table {
    table-layout: fixed;
    min-width: 700px;
  }

.usn_pod_fundinformationtable {
  padding-top: 8px;
}

  .usn_pod_fundinformationtable table,
  .usn_pod_fundinformationtable table thead,
  .usn_pod_fundinformationtable table tbody {
    border: 0;
    background-color: rgba(var(--base-bg), 1);
  }

    .usn_pod_fundinformationtable table tbody th,
    .usn_pod_fundinformationtable table tbody td,
    .usn_pod_fundinformationtable table thead td {
      padding: 16px 0 16px 0;
      border: 0;
      border-bottom: 1px solid rgba(var(--base-borders), 1);
      vertical-align: top;
    }

    .usn_pod_fundinformationtable table thead td {
      font-weight: 700;
    }

    .usn_pod_fundinformationtable table tbody th {
      font-weight: 400;
      width: 357px;
    }

    .usn_pod_fundinformationtable table tbody td:last-child,
    .usn_pod_fundinformationtable table thead td:last-child {
      text-align: right;
    }

    .usn_pod_fundinformationtable table tbody td a {
      display: inline !important;
    }

@media (max-width: 768px) {
  .usn_pod_fundinformationtable table tbody th,
  .usn_pod_fundinformationtable table tbody td {
    width: 50% !important;
    display: table-cell;
  }
}
