/** Common */
* {
  /** Firefox does not print all content if overflow is hidden. */
  overflow: visible !important;
}

body {
  background-color: white;
}
#top {
  background-color: white;
  background-image: none;
}
#horizon {
  display: none;
}

.navigation,
a.featured > span:first-child,
#header,
#quotes,
#footer > div:first-child,
#footer > p,
#footer > ul,
#splash-reflection,
#splash-fold-left,
#splash-fold-right,
#utils,
#customer-logos {
  display: none;
}

#footer {
  overflow: visible;
}

.home #quotes {
  display: block;
}

.home #lingo3g, 
.home #circles {
  background: none;
}
.home #folders,
.home .actions {
  display: none;
}

.splash > div > div:first-child > h1  {
  text-indent: 0;
  margin-bottom: 50px;
  width: 300px !important;
}
.splash > div > div:first-child > h1 > a  {
  padding-top: 80px;
  font-weight: bold;
}

ul.features {
  list-style: disc;
  padding-left: 1.5em;
}

#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;
}

div.gs6c6c,
div.gs5c4c,
div.gs6c6c,
dl {
  overflow: hidden !important;
}

.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;
}

#screenshots {
  padding: 0;
}
#screenshots > li {
  list-style: none;
}

.panel h2 {
  background: none;
  color: black;
  padding: 0;
}
.panel h2 > span {
  background: none;
}

.panel h2 + a {
  display: none;
}
.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;
}

.graphical-legend {
	display: none;
}

span.no,
span.yes,
span.addon {
  text-indent: inherit;
  margin: 0 !important;
  width: auto !important;
  background-image: none !important;
}