table {
            border-collapse: collapse;
            width: 100%;
            font-family: Arial, sans-serif;
            font-size: 14px;
            border: 1px solid #000000;
        }
        th, td {
            padding: 5px;
            border: 1px solid #000000;
            text-align: left;
            vertical-align: top;
        }
        th {
            background-color: #ffffff;
            color: #000000;
            font-weight: bold;
        }
        tbody tr:nth-child(odd) {
            background-color: #f0f0f0;
        }
        tbody tr:nth-child(even) {
            background-color: #ffffff;
        }