body {
    font-family: Arial, sans-serif;
    margin: 20px;
}

h2 {
    color: #004d00;
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 5px;
    width: 500px;
}

table {
    border-collapse: collapse;
    width: 500px;
    border: 1px solid #ff9933;
}

th, td {
    border: 1px solid #ff9933;
    padding: 6px 10px;
    text-align: left;
    font-size: 14px;
}

th {
    font-weight: bold;
    text-align: center;
}

.buttons-container {
    margin-top: 10px;
}

button {
    padding: 3px 8px;
    font-size: 13px;
    cursor: pointer;
    margin-right: 5px;
}

/* Class thay đổi màu nền dòng lẻ (Dòng 1, Dòng 3) */
.highlight-odd {
    background-color: #ff0066 !important;
    color: #000000;
}
