/** Common */
* {
  /** Firefox does not print all content if overflow is hidden. */
  overflow: visible !important;
}

body {
  background-color: white;

  font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
  font-size: 10pt;

  margin-top: 2cm;
  margin-left: 2cm;
  margin-right: 2cm;
  text-align: justify;
}

#top {
  background-color: white;
  background-image: none;
}

#horizon,
#navigation {
    display: none;
}

#logo {
    display: block;

    text-transform: none;
    font-weight: bold;
    font-size: 1.5em;
    letter-spacing : 0pt;
    text-indent: 0pt;
    width: auto; 
    height: auto;
    background:  none;
    overflow: visible !important;
}

#logo > a {
  text-decoration: underline;
  outline: none;
  width: auto; 
  height: auto;
  color: black;
}


h1.banner-small,
h1.banner {
    font-weight: bold;
    font-size: 1em;
    font-style: italic;

    letter-spacing : 0px;
    text-indent: 0px;

    background: none;

    overflow: visible !important;
    position: relative;
    left: 0px;
    top:  0px;

    padding-bottom: 30px;
}

h1 {
    font-size: 1.5em;
}

.navigation,
a.button,
.noprint,
a.featured > span:first-child,
#header,
#quotes,
#footer > div:first-child,
#footer > p,
#footer > ul,
#splash-reflection,
#splash-fold-left,
#splash-fold-right {
  display: none;
}

#footer {
  overflow: visible;
}

#footer > p + p {
  clear: both;
  padding-top: 20px;
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #ccc;
  width: 100%;
}

a[href ^= 'mailto:'],
a[href ^= 'http://'],
a[href ^= 'https://'] {
  padding: 0;
  background: none;
}

.splash, .panel {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

h1 {
  margin: 20px 0 40px 0;
}

.panel h1.title {
  display: block;
}

.panel ul {
  padding-left: 1.5em;
}
.panel ul > li {
  background: none !important;
  list-style: disc;
  padding-left: 0;
}

.panel h2 ~ blockquote,
.panel h2 ~ h3,
.panel h2 ~ dl,
.panel h2 ~ ul,
.panel h2 ~ a,
.panel h2 ~ div,
.panel h2 ~ address,
.panel h2 ~ p {
  margin-left: 0;
}

span.no,
span.yes,
span.addon {
  text-indent: inherit;
  margin: 0 !important;
  width: auto !important;
  background-image: none !important;
}
