.fristen-tabelle { display:inline-table; width: 100%; border-collapse: collapse; font-size: var(--at-text--xs); color: var(--at-font); background-color: var(--at-white); border: 1px solid var(--at-primary-l-4); margin-top: var(--at-space--s); } #logo{ fill:var(--at-primary); } #check{ fill:var(--at-accent); } .fristen-tabelle th, .fristen-tabelle td { padding: var(--at-space--xs) var(--at-space--s); text-align: left; border: 1px solid var(--at-primary-l-4); } .fristen-tabelle thead { background-color: var(--at-primary); color: var(--at-white); } .fristen-tabelle tbody tr:nth-child(even) { background-color: var(--at-primary-l-5); }