/* Default stylesheet */
html {
  box-sizing: border-box;
  font-size: 100%;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*
body {
	background: #F2F2F0 url(http://img5.custompublish.com/getfile.php/2261841.2125.vupqbctutq/bg.jpg) repeat;
	background-color: #fefefe;
	color: #3f3f3e;
	font-family:  Arial, "Liberation Sans", "Helvetica Neue", Helvetica, "Nimbus Sans L", Sans, Sans-serif;
	font-size: 75%;
	font-size: ;
	margin: 0px;
	padding: 0px;
	line-height: 1.4;
}
body {
	padding: 1em;
}

*/

table,caption,th,td {
	font-size: 1.0em;
}
h1, h2, h3, h4, h5, h6 {
/*
	margin: 0px 0px 8px;
	padding: 0px;
*/
}

h1 {
	font-size: 1.9em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.3em;
}
h4 {
	font-size: 1.1em;
}
h5 {
	font-size: 1.0em;
}
h6 {
	font-size: 1.0em;
}
p {
	padding: 0px;
	margin: 4px 0px 16px 0px;
}
pre {
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
}

section, article, aside, footer, header, nav, hgroup {
  display: block;
}

section.level0 {
	margin-top: 40px;
}

section.level1 {
	margin-left: 10px;
}

section.level2 {
	margin-left: 20px;
}

section.level3 {
	margin-left: 30px;
}

section.level4 {
	margin-left: 40px;
}

/*p.intro {
	margin-left: 10px;
}*/

td p {
	margin: 0px;
}

#prisregulativpage {
	width: calc(100% - 1.875rem);
	max-width: 960px;
    margin: 1rem auto;
}

.level0 > section {
	margin-bottom: 1rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid #ececec;
}

table {
    table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0; }
  thead,
  tbody,
  tfoot {
    border: 1px solid #f1f1f1;
    background-color: #fefefe; }

  caption {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold; }

  thead {
    background: #f8f8f8;
    color: #0a0a0a; }

  tfoot {
    background: #f1f1f1;
    color: #0a0a0a; }

  thead tr,
  tfoot tr {
    background: transparent; }
  thead th,
  thead td,
  tfoot th,
  tfoot td {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold;
    text-align: left; }

  tbody th,
  tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }

  tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #f1f1f1; }

  table.unstriped tbody {
    background-color: #fefefe; }
    table.unstriped tbody tr {
      border-bottom: 0;
      border-bottom: 1px solid #f1f1f1;
      background-color: #fefefe; }

@media screen and (max-width: 63.9375em) {
  table.stack thead {
    display: none; }
  table.stack tfoot {
    display: none; }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block; }
  table.stack td {
    border-top: 0; } }

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto; }

table.hover thead tr:hover {
  background-color: #f3f3f3; }
table.hover tfoot tr:hover {
  background-color: #ececec; }
table.hover tbody tr:hover {
  background-color: #f9f9f9; }
table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ececec; }



@media print {
    .nobreak { page-break-inside: avoid; }
}

















