.fund-er-wrap .fund-er-note{
  margin: 10px 0 18px;
  padding: 10px 12px;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
}

.fund-er-wrap .fund-er-table-scroll {
  overflow: auto;
  max-width: 100%;
}

.fund-er-logs-grid {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 16px;
  margin-top: 12px;
}

.fund-er-logs-list ul {
  margin: 0;
  padding-left: 18px;
}

.fund-er-logs-list li.active a {
  font-weight: 700;
}

.fund-er-pre {
  background: #0b1220;
  color: #e6edf3;
  padding: 12px;
  border-radius: 10px;
  overflow: auto;
  max-height: 70vh;
}

.fund-er-shortcode {
  overflow: auto;
  max-width: 100%;
}

.fund-er-static-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 900px;
}

.fund-er-static-table th,
.fund-er-static-table td {
  border: 1px solid #e6e6e6;
  padding: 10px;
  text-align: left;
  font-size: 13px;
}

.fund-er-static-table thead th {
  background: #f6f7f7;
}
