/* TABLEAUX */ table { width: 80%; border-collapse: collapse; } .table-40 { width: 40%; } .table-50 { width: 50%; } .table-60 { width: 60%; } .table-70 { width: 70%; } th { border-bottom: 2px solid; text-align: left; font-size: 1.1rem; padding: 5px; } td { padding: 10px; }