/* page font */
@font-face {
	font-family: "AntiqueOliveStd";
	src: url("/indexSbgf/css/font/AntiqueOliveStd-Roman.woff2") format("woff2");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "AntiqueOliveStd";
	src: url("/indexSbgf/css/font/AntiqueOliveStd-Bold.woff2") format("woff2");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "AntiqueOliveStd";
	src: url("/indexSbgf/css/font/AntiqueOliveStd-Italic.woff2") format("woff2");
	font-weight: 500;
	font-style: italic;
	font-display: swap;
}

/* page html */
body {
	font-family: "AntiqueOliveStd",sans-serif;
}

/* BEGIN: test alt font (figtree) */
@font-face {
	font-family: "Figtree";
	src: url("/indexSbgf/css/font/Figtree-Regular.woff2") format("woff2");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Figtree";
	src: url("/indexSbgf/css/font/Figtree-Bold.woff2") format("woff2");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Figtree";
	src: url("/indexSbgf/css/font/Figtree-Italic.woff2") format("woff2");
	font-weight: 500;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: "Figtree";
	src: url("/indexSbgf/css/font/Figtree-BoldItalic.woff2") format("woff2");
	font-weight: 700;
	font-style: italic;
	font-display: swap;
}
body {
	font-family: "Figtree",sans-serif;
	font-size: 112.5%;
}
/* END: test alt font (figtree) */

/* serietabell */
.table-pos {
	display: inline-block;
	height: 38px;  /* 36px */
	width: 16px;  /* .85rem */
	margin-left: -11px;  /* added */
}
a[role="tooltip"] {
	text-decoration: none;
}
div.league-thead {
	border-bottom: 1px solid black;
}
div.league-thead > div {
	font-weight: bold;
}
div.league-tabrow {
	border-bottom: 1px solid #ccc;
    min-height: 36px;
}
div.league-tabrow > div {
	align-self: center !important;
}
.tnum {
	font-feature-settings: "tnum";
}
