.table-maker-table {
    width: 100%;
    border-collapse: collapse;
}

.table-maker-table th, .table-maker-table td {
    border: 1px solid #ddd;
    padding: 8px;
}

.table-maker-table tr:nth-child(even) {
    background-color: #f2f2f2;
}

.table-maker-table th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #4CAF50;
    color: white;
}
