﻿/*  Minskad höger/vänster-padding (original: 1.25rem) för tabellceller i tabeller med class "table-xs"  */
/* Ändrat till nedanstående värden 2020-11-17  ---   .table-xs th, .table-xs td {padding: 0.5rem 0.8rem;} */
.table-xs th, .table-xs td {padding: 0.4rem 0.4rem;}

/*  DataTables - ändringar */
table.dataTable thead tr {background-color: #fafafa;}
.dataTable thead .sorting_asc, .dataTable thead .sorting_desc {background-color:#eee;}

dt {
    text-decoration: underline;
    text-decoration-color: #ddd;
    margin-bottom: 0.1rem;
    font-size: 0.9em;
    font-weight: normal;
    color:#777;
}