div#content {
  margin-left: 210px;
  padding-left: 32px;
  margin-top: 1.95em;
}

* html div#content {
  margin-left: -22px;
  float: right;
}
* + html > body div#content {
  margin-left: -22px;
  float: right;
}

div#content h2 {
  margin: 0;
  padding: 0;
  display: inline;
}

div#content h2#description {
  display: block;
}

div#content p {
  margin-top: .3em;
}

ul.set {
  margin: 0;
  padding: 0;
  margin-bottom: .8em;
}

div.same-line {
  margin-bottom: .8em;
}

ul.set li {
  margin-left: 2em;
}



ul.screenshots {
  margin: 0;
  padding: 0;
}

ul.screenshots li {
  margin-top: .2em;
  margin-left: 1em;
  margin-bottom: 1.2em;
  float: right;
  clear: right;
  width: 200px;
  padding: 10px;
  
}

ul.screenshots img {
  width: 200px;
}

ul.screenshots div {
  width: 200px;
}

.clear {
  clear: both;
}

hr.clear {
  border: none;
  color: white;
}

div#footer {
  margin-top: 3em;
}

