.lottery-table {
width: 100%;
max-width: 800px;
margin: 20px auto;
border-collapse: collapse;
background-color: #fff;
box-shadow: 0 0 10px rgba(0,0,0,0.1);
overflow: hidden;
border-radius: 5px;
}
.lottery-table th,
.lottery-table td {
padding: 15px;
border-bottom: 1px solid #ddd;
text-align: center !important; vertical-align: middle !important; }
.lottery-table th {
background-color: #f9f9f9;
color: #333;
font-weight: 600;
}
.lottery-table td {
color: #333;
}
.lottery-table tr:hover {
background-color: #f1f1f1;
}
.lottery-table tr:last-child td,
.lottery-table tr:last-child th {
border-bottom: none;
}