

/*
=========================================================
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: 3rem 0 3rem;
  width: 100%;
}

.sv-text-portlet-content table caption {
  color: #006b4e;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 !important;
}

.sv-text-portlet-content th {
  background: #fff;
  border-bottom: 7px solid #86bc24;
  padding: 0.8rem 1.2rem;
  vertical-align: top;
}

.sv-text-portlet-content table p.brodtext {
  margin: 0 !important;
}


.sv-text-portlet-content th p.brodtext {
  font-weight: bold;
}


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

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

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