<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.title-section {
  background-color: #fff;
  padding: 5px 0px;
  font-size: 24px;
  color: #006600;
  font-weight: 500;
  text-align: center;
  margin: 0 -30px;
}

.table-section {
  margin-top: 10px;
  height: 500px;
  overflow-y: auto;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  border-right: 1px solid rgba(0, 0, 0, 0.5);
}

.repository-table {
  font-size: 14px;
  border-collapse: collapse;
  width:100%;
  word-break: break-all;
  table-layout: fixed
}

.repository-table tr:first-child {
  position: sticky;
  top: -1px;
  background-color: #fff;
  z-index: 1;
}

.repository-table tr:last-child td {
  border-bottom: 0;
}

.repository-table tr td {
  padding: 2px 4px;
}

.repository-table tr th {
  padding: 2px 0;
}

.repository-table tr td,
.repository-table tr th {
  border: 1px solid rgba(0, 0, 0, 0.5);
}

.repository-table tr th {
  border-top: 0;
}

.repository-table tr th:nth-child(1),
.repository-table tr td:nth-child(1) {
  width: 50px;
  text-align: center;
}

/* .repository-table tr th:nth-child(2),
.repository-table tr td:nth-child(2) {
  width: 90px;
  text-align: center;
} */

.repository-table tr td:nth-child(2) {
  text-align: start;
}

.repository-table tr th:nth-child(3) {
  width: 150px;
}

.repository-table tr td:nth-child(3) {
  text-align: start;
}




/* .repository-table tr th:nth-child(5),
.repository-table tr th:nth-child(6),
.repository-table tr th:nth-child(7) {
  width: 30px;
  text-align: center;
} */

</pre></body></html>