/*
body {
  background-color: #FBFAF7;
}
*/
div.downloads {
  background-color: #171717;
  color: #FDFDFB;
  padding: 20px 40px;
  border: 1px solid #000;
  border-radius: 4px;
}

div.downloads table {
  width: 600px;
  border-style: none;
  border-bottom-style: none;
}

div.downloads table.docutils td {
  border-style: none none none;
}

div.downloads p.button {
  margin-bottom: 12px;
  line-heigth: 1em;
  padding: 6px 6px 6px 7px;
  background: #AF0011;
  background: -moz-linear-gradient(top, #AF0011 0%, #820011 100%);
  background: -o-linear-gradient(top, #AF0011 0%, #820011 100%);
  border-radius: 4px;
  border: 1px solid #0D0D0D;
  -webbkit-box-shadow: inset 0px 1px 1px 0 rgba(233,2,38,1);
  box-shadow: inset 0px 1px 1px 0 rgba(233,2,38,1);
}

div.downloads p.button:hover {
  background: #C3001D;
  background: -moz-linear-gradient(top, #C3001D 0%, #950119 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f8f8), color-stop(100%, #dddddd));
  background: -webkit-linear-gradient(top, #C3001D, #950119 100%);
  background: -o-linear-gradient(top, #C3001D 0%, #950119 100%);
  background: -ms-linear-gradient(top, #C3001D 0%, #950119 100%);
  background: linear-gradient(top, #C3001D 0%, #950119 100%);
}

div.downloads p.button a {
  color: #fff;
  -webkit-font-smoothing: antialiased;
  background: url(./arrow-down.png) no-repeat;
  font-weight: normal;
  text-shadow: rgba(0, 0, 0, 0.4) 0 -1px 0;
  padding: 2px 2px 2px 22px;
  height: 30px;
}

div.downloads p.github a {
  background: url(./octocat-small.png) no-repeat 1px;
}

div.downloads p.button a:hover {
  color: #fff;
  text-decoration: none;
}

div.downloads a.external {
  color: #fff;}
