#holiday-table {
    width: 100%;
    border-collapse: collapse;
    overflow-y: auto;
    display: block;
    max-height: 400px;
}
#holiday-table thead th {
    width: 100%;
    background: #f2f2f2;
    cursor: pointer;
    position: sticky;
    top: 0;
}
#holiday-table th, #holiday-table td {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
}
.pagination {
    margin-top: 10px;
}
