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

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

.sv-text-portlet table {
   width: 100%;
   margin: 20px 0 30px;
   border-collapse: collapse;
   border-spacing: 0;
}

.sv-text-portlet table th {
  vertical-align: top;
  padding: 20px 20px;
  background: #e7e7e9;
  border: 1px solid #d2d2d3;
}

.sv-text-portlet table td {
  vertical-align: top;
  padding: 12px 20px;
  border: 1px solid #d2d2d3;
}

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

.sv-text-portlet table th p {
  font-weight: bold !important;
}

.sv-text-portlet table,
.sv-text-portlet table td p {
   font-size: 1.5rem !important;
   line-height: 140% !important;
}

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