body {
  background-color: #ffffff;
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-family: National;
}

body.newsroom--e24,
body.newsroom--e24next {
  background: rgb(250, 243, 234);
}

body.newsroom--omninext {
  background: rgb(247, 234, 228);
}

*,
body {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.tabs {
  display: flex;
  justify-content: space-between;
  text-align: center;
  line-height: 1.2;
  padding: 5px 0px;
  padding-bottom: 0px;
  font-family: National-Medium;
  font-weight: lighter;
  color: rgb(85, 85, 85);
  font-size: 14px;
  width: 100%;
}

.tabs > div {
  width: 20vw;
}

.active-tab {
  border-bottom: rgb(193, 66, 50) 3px solid;
  padding-bottom: 10px;
  color: rgb(0, 0, 0);
}

.mer {
  display: block;
  color: #c14232;
  font-size: 13px;
}

a {
  color: #c14232;
  font-size: 10px;
  line-height: 1;
  font-family: National-Medium;
}

a:visited {
  color: #c14232;
}

.container {
  display: flex;
  flex-direction: column;
}

.header {
  padding-left: 1vw;
  padding-top: 6px;
  display: flex;
  color: rgb(37, 36, 35);
}

.header > div {
  color: rgb(85, 85, 85);
}

.header > div > div {
  padding: 4px;
  padding-bottom: 0px;
}

.name {
  font-family: National-Medium;
}

.big-stock {
  color: #d0021b;
  font-weight: bolder;
}

.explainer {
  color: light-grey;
}

.down {
  color: rgb(208, 2, 27);
}

@font-face {
  font-family: "National";
  src: url("/assets/fonts/National-Regular.ttf");
}

@font-face {
  font-family: "National-Medium";
  src: url("/assets/fonts/National-Medium.ttf");
}

.sek {
  font-size: 10px;
  color: rgb(85, 85, 85);
  font-family: "National";
}

#legend {
  flex-grow: 2;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

#legend > div {
  display: flex;
  flex-direction: row;
  padding-top: 0.5vh;
  padding-bottom: 1vh;
  font-size: 13px;
  font-family: National-Medium;
  padding-right: 5vw;
  box-sizing: border-box;
  max-width: 100vw;
}

.legend-marker {
  height: 1em;
  width: 1em;
  margin-right: 1vw;
}

.ticker > .name {
  font-size: 0.7rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.space {
  width: 6px;
}

.dont-show {
  display: none;
}
