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

table.sv-standard caption {
   display: none !important;
}

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

table.sv-standard th {
   vertical-align: top;
   padding: 12px 20px;
   background: #ddd;
}

table.sv-standard td {
   vertical-align: top;
   padding: 12px 20px;
}

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;
}
