html {
    user-select: none;
}

body {
    font-family: "Courier New", Courier, monospace;
    background-color: #111111;
    color: #FFFFFF;
    padding: 20px;
    margin: 0;
}

input {
    background-color: #000;
    color: #888;
    border: 1px solid #AAAAAA;
    border-radius: 2px;
    width: 250px; padding: 5px; margin-bottom: 15px;
    outline: none;
}

h1 {
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 15px;
}

hr {
    border: 0;
    border-bottom: 1px solid #555555;
    margin-bottom: 20px;
}

/* Khung chứa bảng để cuộn ngang mượt mà trên di động */
.table-container {
    width: 100%;
    overflow-x: auto;
}

table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    white-space: nowrap;
}

th, td {
    padding: 6px 40px 6px 0;
    font-weight: normal;
}

th {
    color: #CFCFCF;
    border-bottom: 1px dashed #444444;
    padding-bottom: 8px;
}

a {
    color: #0096FF;
    text-decoration: none;
}

a:hover {
    /* text-decoration: underline; */
    color: #87CEEB;
}

.file-date, .file-size, .file-desc {
    color: #868686;
}