table {width: 100%; border-collapse: collapse; margin-top: 20px; background: #fff; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 12px rgba(0,0,0,0.08);}
th, td {padding: 12px; border-bottom: 1px solid #e5e7eb; text-align: right !important; font-size: 14px;color: #000;}
th {background: #f3f4f6; color: #555; font-weight: 600;}
tr:hover {background: #fafafa;}
.topic {max-width: 400px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
input[type="checkbox"] {transform: scale(1.2);}

.page.home section.presentation .description{
    max-width:  1000px;
}