.md-typeset__table {
	width:100%;
}

table {
	width:100%;
}
/*
.md-container {
	background-color: #eeeeee;
}
.md-tabs {
	background-color: #eeeeee;	
}
.md-header {
	background-color: #eeeeee;
}

.md-grid {
	background-color: teal;
	max-width: 1000px;
}
*/

/* Max bredde på container for indholdet */
.md-grid {
	max-width: 1340px;
}

/* Blå farve på tabs */
.md-tabs {
background-color: #3D6C8A;
color: var(--md-primary-bg-color);
display: block;
line-height: 1.3;
overflow: auto;
width: 100%;
z-index: 3;
}

/*
.md-content {
  font-size: 2em;
}
*/
/*
.md-typeset {
  font-size: 1em;
}
*/
.md-nav  {
  color: #888888;
}

/*
.md-grid {
  max-width: 1440px; 
}

.md-grid {
  max-width: 1440px; 
}
*/

/* Centrer billeder der anvendes af GLightbox */
a.glightbox > img {
	display: block;
  margin: 0 auto;
}
/*
.md-grid {
    max-width: initial;
}
*/
/* Styling af scrollbar for links i venstre side */
/* Works on Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: teal;
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: thin;
}

*::-webkit-scrollbar-track {
  background: teal;
  scrollbar-color: black;
}

*::-webkit-scrollbar-thumb {
  background-color: grey;
  border-radius: 1px;
  border: 1px solid grey;
}