
@page

.pagetitle {
    page-break-before: auto;
}
{
margin: .8in .6in; /* Sets the page area for content */
padding: 0em; /* override default that breaks @bottom alignment */

@top-right {
background-image: url(https://confluence/download/attachments/5111819/Logo_2014.png?api=v2);
background-repeat: no-repeat;
background-size: 720px auto;
background-position: right center;
page-break-inside: avoid;
}

@bottom-right {
text-align: center;
font-family: OpenSansRegular, Verdana, sans-serif;
font-size: 8pt;
color:#000000;
vertical-align: top;
padding:15px 10px;
content: "Page" " "counter(page) " of " counter(pages);
white-space: nowrap; /* single line for page info */
}

@bottom-left {
text-align: left;
font-family: OpenSansRegular, Verdana, sans-serif;
font-size: 8pt;
color: #000000;
vertical-align: top;
padding:15px 0px;
content: "Nevion AS, Lysaker torg 5, 1366 Lysaker, Norway, tel +47 22 88 97 50, www.nevion.com";
white-space: nowrap;
}
}

.noprint
{
display: none;
}
div.pagebreak
{
page-break-before: always;
}
.pagetitle h1
{
page-break-before: always;
/* display: none; */
}

h1 {
font-size: 16pt;
page-break-before: always;
}

h2 {
font-size: 14pt;
}

h1, h2 {   
  font-family: Helvetica, sans-serif;   
/*  font-style: normal;    */
}

.panel conf-macro output-inline {
font-size: 8pt;
text-align:left;
}

.panelHeader {
font-size: 8pt;
text-align:left;
}

.panelContent {
font-size: 8pt;
text-align:left;
}

img
{
 -fs-fit-images-to-width: 100%  !important;
}


