
footer{
	margin-top: 25px;
}
.content{
	min-height: 300px;
}
nav{
	min-height: 100px;
}
main{
	margin-top: 100px;
}

a{
	font-weight: 600;
	color: black;
}

.bd-placeholder-img {
	font-size: 1.125rem;
	text-anchor: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

@media (min-width: 768px) {
	.bd-placeholder-img-lg {
		font-size: 3.5rem;
	}
}

main > .container {
	padding: 60px 15px 0;
}
 

th, td { 
	white-space: nowrap; 
}
div.dataTables_wrapper {
	margin: 0 auto;
}
table{
	font-size: 12pt;
}

.navbar-brand img {
	max-width: 80px;
}

td img{
	width: 25px;
}


.jumbotron {
	background-color: #f8f9fa; /* Ljus bakgrund för att framhäva innehållet */
	padding: 2rem 1rem; /* Justera padding för att passa ditt innehåll */
	/* margin: 50px; */
  }
  
  .jumbotron .img-fluid {
	max-height: 150px; /* Justera storleken på tröjornas bilder */
  }
  
  .jumbotron h1.display-5 {
	font-size: 2rem; /* Justera storleken på rubriken om nödvändigt */
  }
  
  .lead {
	font-size: 1.25rem; /* Justera storleken på underrubrikerna om nödvändigt */
  }

.text-muted {
	color: #6c757d;
	font-style: italic;
}

.btn-light {
    height: 38px; /* Anpassa till samma höjd som andra knappar */
    width: auto; /* Anpassa till innehållet */
    text-align: center;
}
