/**
 * General styles
 */
body {
  background: white;
  color: black;
  font-family: Arial, Helvetica, Verdana, sans-serif !important;
  font-size: 9pt;
  line-height: 1.2em;
}

/**
 * Header (req. IE7+)
 */
body > header {
  display: block;
  margin: 0 0 20px;
  padding-top: 0;
  text-align: left;
  width: auto;
}

/**
 * Site navigation
 */
nav.main {
  display: none;
}

/**
 * Content
 */
#content {
  background-color: white;
  padding: 0;
  width: auto;
}

/**
 * Print styles
 */
.canvas-gradient {
  display: none;
}

html { filter: none !important;}
