.styled-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 15px;
  margin-bottom: 15px;
  border:1px !important;
  border-color: transparent !important;
}

.styled-table th {
  padding: 12px;
  text-align: left;
}

.styled-table td {
  padding: 4px 12px;
  text-align: left;
  border-bottom: 1px solid #d4d4d4;
  border-right: 1px solid #d4d4d4;
  border-left:1px solid #d4d4d4;
  border-top:1px solid #d4d4d4;
}

.styled-table th {
  background-color: #202020;
}

.styled-table thead{
  color:white;
}

table.styled-table {
  border-collapse: collapse;
  border: 1px solid #ccc;
}

table.styled-table tr:first-child th:first-child {
  border-top-left-radius: 6px;
}

table.styled-table tr:first-child th:last-child {
  border-top-right-radius: 6px;
}

table.styled-table tr:last-child td:first-child {
  border-bottom-left-radius: 6px;
}

table.styled-table tr:last-child td:last-child {
  border-bottom-right-radius: 6px;
}

#paginationControls button.active-page {
  font-weight: normal;
  border-bottom: 2px solid #eaaa02;
  background-color: transparent;
}

#paginationControls button {
  font-weight: normal;
  background-color: transparent;
  color: #1c1c1c;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  height: 32px; /* consistent height */
  min-width: 32px; /* consistent clickable area */
  vertical-align: middle;
}

#paginationControls button:hover {
  font-weight: normal;
  background-color: #e2e2e2;
}

th:hover {
  background-color: #333;
}

.sort-arrow {
  margin-left: 4px;
  font-size: 0.8em;
  color: #888;
}