@charset "UTF-8";

/*
 * Enlarge Ur Javascript
 * Copyright (c) dmp - Olivier Gambier
 * All rights reserved.
 *
 */

@namespace dmp  "http://dmp.zaphod.eu";

@media projection {
  body {
  }
  h1+h2{
    display:none;
  }
  h1+h2+ol{
    display:none;
  }
  div.slide {
    position: fixed;
    width: 90%;
/*    left: 5cm;
    right: 2cm;
    top: 2cm;
    bottom: 1cm;*/
    border-top: thin inset;
    border-left: thin inset;
    border-bottom: thin inset;
/*    font-family: sans-serif;*/
    -moz-border-radius-topleft: 11px;
    -moz-border-radius-topright: 11px;
    -moz-border-radius-bottomright: 11px;
    -moz-border-radius-bottomleft: 11px;
  }
  div.slide h4 {
    font-size: 32pt;
    text-align: center;
    margin-bottom: 1em;
  }
  div.slide .slidecontent {
    font-size: x-large;
    margin: 1cm;
  }

  div.logoBanner {
    position: fixed;
    left: 0.2cm;
    width: 4.5cm;
    top: 1cm;
    bottom: 5px;
  }
  #W3Clogo {
    position: absolute;
    bottom: 1cm;
    left: 1cm;
  }
  #DIlogo {
    position: absolute;
    top: 5px;
  }
  div.footer2 {
    position: fixed;
    bottom: 0.1cm;
    left: 5cm;
    right: 2cm;
    text-align: center;
    font-family: sans-serif;
  }
  div.footer1 {
    position: fixed;
    bottom: 0.1cm;
    left: 2cm;
    right: 2cm;
    font-family: sans-serif;
  }
  #DIPowered {
    border: 0px solid ;
    position: absolute;
    right: 5px;
    bottom: 0px;
  }
  .__FSstep { color: red; }
}
