header {
  padding-top: 60px;
  padding-bottom: 10px;
  margin-bottom: 25px;
  background: transparent url('/images/hr.png') 0 bottom no-repeat;
}

header h1 {
  background: url(/images/logo.png) top right no-repeat;
  padding-bottom: 10px;
}

header h1 small {
  padding-left: 15px;
  font-size: 24px;
  color: #6D6D6D;
}

header .clean td {
  width: 33%;
}

header .clean .middle {
  text-align: center;
}

header .clean .right {
  text-align: right;
}

.navbar .inner {
  width: 685px;
}

.navbar .nav > li {
  list-style: none;
  padding: 0;
}

#main_content h1 {
  margin-top: 20px;
  padding-top: 20px;
  background: transparent url('/images/hr.png') 0 0 no-repeat;
}
#main_content h1.first {
  margin-top: 0;
  padding-top: 0;
  background: none;
}

.features li {
  list-style: none;
  padding: 4px 0 4px 10px;
}

.features li:before {
  content: "✔";
  margin-right: 10px;
}

small {
  font-size: small;
}

.full-history {
  text-align: right;
}

.older-versions {
  display: none;
}

.clean {
  border: none;
}

.clean td {
  border: none;
  text-align: left;
}

.shortcuts td {
  padding: 0 6px;
}

a.button {
  width: 145px;
}

a.button.centered {
  display: block;
  float: none;
  margin: 0 auto;
}

#download-zip span {
  padding-left: 52px;
}

.shortcut {
  margin: 5px 0;
  float: left;
  width: 33%;
  text-align: center;
}

.shortcut table {
  display: none;
}

footer {
  padding-bottom: 5px;
}
footer .left {
  width: 50%;
  float: left;
}
footer .right {
  width: 50%;
  float: right;
  text-align: right;
}

.screen {
  text-align: center;
  margin-bottom: 30px;
  padding-bottom: 30px;
  background: transparent url('/images/hr.png') 0 bottom no-repeat;
}
.screen.last {
  background: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.screen img {
  border: 1px solid #000;
}

