* {
	box-sizing: border-box;
  /*font-family: 'courier'; */
}

html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

#omriss {
  background-repeat: repeat;
  background-size: 100% 1500px;
  min-height: 100vh;
}

/* ------------------------------------------------- */
/* render lyrics and chords
/* pr Bianca
/* ------------------------------------------------- */

..chord-word,
.lyric-word {
  vertical-align: bottom;
}

.chord-word {
  position: relative;
  display: inline-block;
  vertical-align: top;
	top: -1.1em;
  padding-top: 1.1em;   /* plass til akkorden over ordet */
  margin-right: 0.25rem;
}

.chord {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
  font-weight: bold;
  white-space: nowrap;
}

.lyric {
  display: block;
  line-height: 1.2;
  white-space: pre;
}

.lyric-word {
  display: inline-block;
  line-height: 1.2;
  white-space: pre;
  margin-right: 0.25rem;
  vertical-align: top;
}

.lyrics_body {
	line-height: 1.8;
	white-space: normal;
	padding-top: 56px; /* prøv 16–24px */
}

a.rendered_a_tag {
  color: #facc15;
  text-decoration: underline;
}

a.rendered_a_tag:hover {
  opacity: 0.85;
}
