html { background: transparent; }
body {font-family: 'droidsans', verdana, sans-serif; color: #000; background: transparent; }

@font-face {
  font-family: 'droidsans';
  src: url('https://web2.gyldendal.no/webfonts/DroidSans.eot');
  src: url('https://web2.gyldendal.no/webfonts/DroidSans.eot?#iefix') format('embedded-opentype'),
       url('https://web2.gyldendal.no/webfonts/DroidSans.woff') format('woff');
}

a { font-weight: bold; text-decoration: none; }
a:hover { text-decoration: underline; }

section { margin: 0 auto; min-height: 370px; font-size: 0.8em;}
article { vertical-align: top;display: inline-block; padding: 0 5% 3% 0;margin: 0; }

article figure  { margin: 0 0 15px 0; position: relative; }
article figure .coming { position: absolute; padding: 19px 30px; line-height: 1.4;}
article figure .coming:before { border-color: transparent; content: ''; display: block; width: 0; height: 0; position: absolute; bottom: -10px; z-index: -10; border-width: 10px; border-style: solid; left: -10px; }
article p  { margin: 15px 4px 0 0; line-height: 1.4;}
article span  { line-height: 1.4;}
article li { margin: 10px 4px 0 17px;list-style-type: disc;line-height: 1.4;}

.publication_title { font-style: italic; }
i { font-style: italic; }
.emph { font-weight: bold; }
em { font-weight: bold; }
.small_text {font-size: 0.7em;}
.loading { background: url('../images/ajaxLoader_snake_333_transp.gif'); height: 16px; width: 16px; margin: 20% auto; }