body {
    background-color: #121212;
    color: white;
    font-family: Arial, sans-serif;
    padding: 20px;
}

.container {
    max-width: 1000px;
    margin: auto;
}

textarea {
    width: 100%;
    height: 100px;
    background-color: #1e1e1e;
    color: white;
    border: 1px solid #333;
    margin-bottom: 10px;
    padding: 10px;
    resize: vertical;
}

button {
    background-color: #0066cc;
    color: white;
    padding: 10px 20px;
    border: none;
    margin-bottom: 20px;
    cursor: pointer;
}

.dataTables_wrapper {
    margin-top: 20px;
}

th, td {
    text-align: center;
}

tr.red {
    background-color: #802020 !important;
}

tr.yellow {
    background-color: #806020 !important;
}

#resultsTable a {
  color: white !important;
  text-decoration: underline; /* optional */
}
#resultsTable a:hover {
  color: #ccc; /* lighter on hover */
}

#resultsTable a {
  color: white !important;
  text-decoration: underline;
}

#resultsTable a:hover {
  color: #ccc;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  z-index: 9999;
}