/*
=========================================================
TABLES CSS
=========================================================
 * Innehåller styling av tabeller
 *
 * Copyright (C) Limepark AB.
 * https://limepark.se/licensvillkor
=========================================================*/


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

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

table.sv-standard caption {
  margin: 0 0 1.5rem;
}

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

table.sv-standard th p {
  font-weight: bold;
}

table.sv-standard td {
  vertical-align: top;
  padding: 1.2rem 2rem;
  border: 1px solid #ddd
}

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

table.sv-standard a {
    color: #069!important;
    text-decoration: none!important
}

table.sv-standard a:hover,table.sv-standard a:focus {
    text-decoration: underline!important
}


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

