

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


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

.sv-text-portlet-content table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 0 3rem;
  width: 100%;
}

.sv-text-portlet-content table caption {
  font-size: 2.8rem;
  line-height: 1.4;
  margin: 0 0 1rem;
}

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

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

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

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

