
.chart-wrapper, .dia {
  width: 100%;
  background:none;
  min-height: unset !important;
  height: auto !important;
}

@media (min-width: 900px) {
  .chart-wrapper, .dia {
	height:auto;
  }
}

#anmalda_hogskoleprovet {
  max-height: 620px; 
  overflow-y: auto;
}

/* width */
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

/* track */
::-webkit-scrollbar-track {
  background: transparent;
}

/* thumb */
::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 6px;
}


::-webkit-scrollbar-thumb {
  cursor: pointer;
}


/* hover */
::-webkit-scrollbar-thumb:hover {
  background-color: rgba(255, 255, 255, 0.4);
}

h2[id] {
    scroll-margin-top: 70px;
}

.summarydiv a, .summarydiv a:hover{color:var(--accent)!important;}
