/*
---------------------------------------------------------
TABELLER
--------------------------------------------------------- */

table.sv-standard {
   width: 100%;
   margin: 2rem 0 3rem;
   border-collapse: collapse;
   border-spacing: 0;
   border-bottom: 1px solid #ccc;
}

table.sv-standard th {
   vertical-align: top;
   padding: 1.2rem 2rem;
   background: #ddd;
}

table.sv-standard td {
   vertical-align: top;
   padding: 1.2rem 2rem;
}

table.sv-standard tr:nth-child(even) td {
   background: #eee;
}

/* Header vid stapling av tabell */
table.sv-standard th.sv-responsiveTable--stacked__headRow--main {
   background: #bbb;
}
