@import "../../css/common.css";
@import "../../support/css/support.css";

#main #download-pane {
  margin: 1em 10%; padding: 0.5em;
  border: 1px solid #999;
  text-align: center;
}

#main #download-pane p {
  text-indent: 0;
  text-align: center;
  margin: .5em 0;
}

#updater .section ol li {
  clear: right;
  margin: 1em 0 .5em;
}
#updater .section ol li p {
  margin: 0 0 .3em;
  text-indent: 0;
}

#updater .section ol li p a img {
  float: right;
  border: solid 2px #f9f;
  margin-left: 1em; margin-bottom: 1em;
}

#updater .section ol li p a:hover img {
  border-color: #c6c;
}

#updater .section .note {
  text-indent: -1em;
  margin-left: 1em;
}
