

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


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

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

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

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

div.sv-text-portlet-content .sv-standard td {
  border: 1px solid #f3f3e4;
  padding: 1.2rem 2rem;
  vertical-align: top;
}

div.sv-text-portlet-content .sv-standard tr:nth-child(even) td {
  background: none;
}

div.sv-text-portlet .sv-standard td p {
  color: #03529d;
}

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