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

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

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

.sv-text-portlet .sv-standard th {
  background: #ddd;
  padding: 12px 20px;
}

.sv-text-portlet .sv-standard td {
  padding: 12px 20px;
}

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

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