body {
  font: 16px/1 sans-serif;
  margin: 0px;
}
::-ms-reveal {
  display: none;
}
/*Höjd och bredd för vertikal samt horisontell scroll*/
::-webkit-scrollbar {
  width: 0.5em;
  height: 0.5em;
}

/*Scrollens "bana"*/
::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 5px;
}

/*Scrollens "handtag" */
::-webkit-scrollbar-thumb {
  background-color: #c6c6c6;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #adadad;
}

::-webkit-scrollbar-thumb:active {
  background-color: #9c9c9c;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-style: normal;
  font-weight: 500;
}

#root {
  height: 100%;
}

.detailview {
  display: flex;
  flex-wrap: wrap;
}

/* Fix för att få material icons att fungera i Internet Explorer */
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
}
