.content-tabelle { overflow-x: auto; margin: 1.5rem 0; } .content-tabelle table { width: 100%; min-width: 480px; border-collapse: collapse; line-height: 1.5; } .content-tabelle th, .content-tabelle td { padding: 0.85rem 1rem; text-align: left; vertical-align: top; border-bottom: 1px solid #E3DAD1; } .content-tabelle thead th { background: #F2EDE7; font-weight: 600; border-bottom: 2px solid #C9BCB0; } .content-tabelle tbody th { font-weight: 600; width: 26%; } .content-tabelle tbody tr:nth-child(even) { background: #FBF9F7; } .content-tabelle tbody tr:last-child th, .content-tabelle tbody tr:last-child td { border-bottom: 0; }