body {
  margin: 0;
  padding: 0;
  border: 0;
  background: #191919;
  color: #fff;
  font-family: "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Sans-Serif;
  font-size: 10pt;
}

a,
a:visited,
a:hover,
a:active {
  color: #CCC;
}

img {
  border: none;
}

#toc {
  margin: 0px;
  padding: 0px;
  cursor: pointer;
  text-align: right;
}

#toc p span {
  display: none;
}

#logo {
    margin: 40px 0px;
}

#compare-versions {
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 5px 0px 10px 0px;
  text-align: center;
}

#compare-versions table {
  margin-left: auto;
  margin-right: auto;
}

#compare-versions a, #compare-versions a:visited {
  color: white;
  text-decoration: none;
  background: url('images/compare-versions-icon.png') no-repeat;
  background-position: left center;
  padding: 5px 0px 5px 27px;
}

#compare-versions a:hover, #compare-versions a:active {
  text-decoration: underline;
}

#features {
  background-color: #000;
  padding: 20px 10px;
  text-align: center;
}

#features h1 {
  font-size: 10pt;
  text-transform: uppercase;
}

#features .feature {
  margin: 0px 7px;
}

#features .break {
  height: 20px;
}

#reviews {
  background-color: #000;
  padding: 10px;
}

#reviews h1 {
  font-size: 10pt;
  text-transform: uppercase;
}

#reviews .quote {
  margin: 10px;
}

#reviews .attribution {
  margin: 5px;
  color: #319cd7;
}

#reviews .attribution a, #reviews .attribution a:visited {
  color: #31A1DC;
  text-decoration: none;
  font-weight: bold;
}

#reviews .attribution a:hover, #reviews .attribution a:active {
  text-decoration: underline;
  font-weight: bold;
}

#credits {
  margin: 30px 0px 20px 0px;
}

#credits a, #credits a:visited {
  color: #319cd7;
  text-decoration: none;
}

#credits a:hover, #credits a:active {
  text-decoration: underline;
}

/*
 * Styles for the release notes page.
 */

#release-notes .screenshot { 
  text-align: center;
}

#release-notes .screenshot img {
  background: #000;
  padding: 15px;
}

/*
 * Styles for the features page
 */

#features-page #preamble {
  margin: 20px 0px 30px 0px;
}

#features-page #compare .breakdown {
  background: #000;
  padding: 15px 20px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

#features-page #compare .breakdown h2 {
  font-size: 1.4em;
}

#features-page #compare table th {
  text-align: left;
}

#features-page .note {
  margin: 15px 0px 0px 0px;
  font-size: .8em;
}

#more {
  background: #000;
  /*
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  */
}

#more h4 {
  margin: 0;
  font-weight: normal;
}

#more h5 {
  font-size: 1em;
  margin: 0 0 5px 0;
  padding: 0;
}

#more p {
  font-size: .9em;
  margin: 0;
  padding: 0;
}
