/* General Page Look */
body {
    background-color: #0f172a;
    color: #e2e8f0;
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 20px;
}

/* The table that contains your files */
table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
    background-color: #1e293b;
    border-radius: 8px;
    overflow: hidden;
}

/* Table rows and cells */
th {
    background-color: #334155;
    color: #94a3b8;
    text-align: left;
    padding: 12px 15px;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.05em;
}

td {
    padding: 10px 15px;
    border-bottom: 1px solid #334155;
}

/* Links */
a {
    color: #38bdf8;
    text-decoration: none;
    transition: color 0.2s;
}

a:hover {
    color: #f1f5f9;
    text-decoration: underline;
}

/* Add a subtle hover effect to rows */
tr:hover {
    background-color: #263346;
}

/* Ensure icons/descriptions look okay */
img { display: none; } /* Hides those ugly default Apache icons */
