body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: white;
	text-align: left;
}

* Navigation */


.nav-link {
  cursor: pointer;
}

.navbar-brand {
  color: white;
  font-size: 120%;
}

.nav-link {
  color: white;
  font-size: 120%;
}

.nav-link:active,
.nav-link:hover {
  color: limegreen !important;
}

.icon-link:active svg,
.icon-link:hover svg {
  color: limegreen;
}

h1 {
	font-size: 40px;
	font-weight: bolder;
	align: left;
	text-align: left;
	color: white;
	background-size: 0% !important;
	height: 160px;
	background-repeat: no-repeat;
<!--	padding: 40px 160px;-->
	background-color: transparent !important;
	align-bottom: 50%;
}
h2 {
	font-size: 24px;
	font-weight: bold;
	color: white;
}
tr {
	border-bottom: 1px solid #000000;
	background-color: #009D3A;
}
td {
	font-size: 20px;
	font-weight: normal;
	text-align: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-radius: 20%;
	border-color: white;
	background-color: #009D3A;
	border-style: outset;
	margin-right: 30%;
	
	
}
th {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	color: white;
	background-color: #009D3A;
	margin-right: 15%;
}
a, a.btn-default {
	font-weight: bold;
	color: white;
	text-decoration: underline;
}
.inaktiv {
	color: rgba(181,194,227);
}
.wk {
	background-color: #009D3A;
;
}
.panel_results {
	border: 1px solid white;
	margin-bottom: 20px;
}
.panel_clubs {
	border: 1px solid white;
	margin-bottom: 10px;
}
