@import  "https://fonts.googleapis.com/css2?family=Figtree:wght@400;600&display=swap";
/* Tabelstruktur */
.tablepress.bogforingstabel {
	font-family: 'Figtree', sans-serif;
	border-collapse: collapse;
	width: 100%;
	font-size: 15px;
	color: #0d1e3f;
	table-layout: fixed;
	border: 1px solid #d0d9e5;
}

/* Kolonneoverskrifter */
.tablepress.bogforingstabel thead th {
	font-family: 'All Round Gothic', sans-serif;
	background-color: #1b2a3a;
	color: #ffffff;
	font-size: 17px;
	font-weight: 600;
	padding: 16px 10px;
	border-right: 1px solid #384858;
	text-align: center;
}

/* Rækker */
.tablepress.bogforingstabel td {
	font-weight: 500;
	padding: 14px 10px;
	background-color: #f6f8fb;
	border-bottom: 1px solid #d9e2eb;
	border-right: 1px solid #e0e6ef;
	text-align: center;
	vertical-align: middle;
	word-break: break-word;
}

/* Første kolonne venstrejusteret og fremhævet */
.tablepress.bogforingstabel td:first-child {
	text-align: left;
	font-weight: 600;
	background-color: #eaf1f7;
	color: #0d1e3f;
}

/* Alternating row background */
.tablepress.bogforingstabel tr:nth-child(even) td {
	background-color: #f1f4f8;
}

/* Sidste kolonne fjerner højre kant */
.tablepress.bogforingstabel td:last-child,
.tablepress.bogforingstabel th:last-child {
	border-right: none;
}

/* Fjerner uønskede linjeskift i header */
.tablepress.bogforingstabel thead th br {
	display: none;
}

/* Gør * og ** guld */
.tablepress.bogforingstabel td sup,
.tablepress.bogforingstabel td:after,
.tablepress.bogforingstabel td:before {
	color: #d29846;
	font-weight: bold;
}