a {
  color: #00C0FF;
  text-decoration: none;
  font-weight: bold;
}
a:hover {
  color: #0086b3;
}
body {
  background: url('/img/body.jpg') repeat-x #003344;
  image-rendering: pixelated;
  image-rendering: -moz-crisp-edges;
  image-rendering: crisp-edges;
  color: #ffffff;
  font-family: Arial, sans-serif;
}
#header {
  text-align: center;
  margin: 25px 0 0 0;
  height: 130px;
}
#header h1 {
  margin: 0;
  font-size: 32px;
  line-height: 1.5;
}
#header p {
  line-height: 1.5;
  font-size: 14px;
}
#header .container {
  margin-top: 0;
  margin-bottom: 0;
}
a.btn {
  background: #00C0FF;
  display: block;
  width: 180px;
  margin: 20px auto;
  font-size: 12px;
  line-height: 1.5;
  padding: 5px 0;
  color: #000;
  font-weight: bold;
  text-decoration: none;
  border: 2px solid #444;
  border-top-color: #fff;
  border-left-color: #fff;
  box-shadow: 0 0 8px #000;
  text-align: center;
}
a.btn:hover {
  background: #0086b3;
}
a.btn:active {
  background: #0086b3;
  border-bottom-color: #fff;
  border-right-color: #fff;
  border-top-color: #000;
  border-left-color: #000;
}
a.btn span {
  color: #444;
  margin-left: 5px;
}
a.btn.btn-readme {
  background: #AEAAAA;
}
a.btn.btn-readme:hover,
a.btn.btn-readme:active {
  background: #898383;
}
.containers-centered {
  text-align: center;
}
.containers-centered .container {
  text-align: left;
}
.container {
  width: 500px;
  margin: 0 auto;
  display: block;
  line-height: 1.5;
}
.container h2 {
  font-size: 22px;
}
.container p {
  font-size: 14px;
}
.container img {
  max-width: 100%;
  text-align: center;
  margin: 5px auto 30px auto;
  display: block;
}
#download {
  text-align: center;
  margin-top: 30px;
}
#download .btn-dl {
  margin-bottom: 15px;
}
#download small {
  font-size: 12px;
  color: #ddd;
  font-family: monospace;
}
#changelog h5 {
  margin-bottom: 0;
}
#changelog p,
#changelog ul {
  margin-top: 5px;
  font-size: 12px;
}
#changelog ul {
  padding-left: 12px;
}
#footer {
  text-align: center;
  color: #fff;
  font-weight: bold;
}
#footer img {
  margin-top: 5px;
  margin-bottom: 15px;
}
#footer small {
  font-weight: normal;
  line-height: 1.2;
  font-size: 10px;
  font-family: monospace;
  color: #ddd;
}
li {
  list-style-type: square;
}