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

table.sv-standard caption {
   margin: 0 0 15px;
}

table.sv-standard {
   width: 100%;
   margin: 2rem 0 3rem;
   border-collapse: collapse;
   border-spacing: 0;
   border-bottom: 1px solid #e5e7dc;
}

table.sv-standard th {
   vertical-align: top;
   padding: 1.2rem 2rem;
   background: #eee;
   border: 1px solid #ddd;
}

table.sv-standard td {
   vertical-align: top;
   padding: 1.2rem 2rem;
   border: 1px solid #ddd;
}

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

table.sv-standard a {
   color: #006699 !important;
   text-decoration: none !important;
}

table.sv-standard a:hover,
table.sv-standard a:focus {
   text-decoration: underline !important;
}

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

.sv-linklist-portlet table.sv-standard th p,
.sv-blog-portlet table.sv-standard th p,
.sv-archive-portlet table.sv-standard th p,
.sv-text-portlet table.sv-standard th p {
  font-weight: 700;
}
