/* main layout */
html {
  padding-top: 50px;
  overflow-y: scroll;
}

.container {
  max-width: 960px;
}

.sidebar {
  margin-top: 20px;
}

h1 {
  padding-bottom: 9px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
}

footer {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e5e5e5;
  color: #767676;
  text-align: center;
}

footer p {
  margin-bottom: 1px;
}

table>thead>tr>th {
  white-space: nowrap;
}

.mono {
  font-family: monospace;
  font-size: 0.9em;
}

/* home page */
.call-to-action {
  background: #231f20;
  color: #fff;
}

.call-to-action > .container > img {
  width: 100%;
}

.call-to-action-text {
  position: absolute;
  top: 20%;
  width: 100%;
}

.call-to-action-text > img {
  width: 100%;
}

.call-to-action-buttons {
  position: absolute;
  top: 78%;
  width: 98%;
}

.call-to-action-buttons > a {
  float: right;
  margin-right: 40px;
}

.news-body {
  background-color: #f9fbfc;
  border-radius: 3px;
  padding: 1em 1.4em;
  margin-bottom: 3em;
}

.news-image {
  width: 100%;
}

.news-more {
  text-align: right;
}

/* common tools */
.anchor {
  position: relative;
  float: left;
  left: 0;
  top: -50px;
  width: 0;
  height: 0;
  visibility: hidden;
}

.li-leader {
  position: relative;
  float: left;
  left: -1.2em;
  top: 0.2em;
  width: 0px;
}

.right-spacer {
  margin-right: 0.5em;
}

.right-side {
  float: right;
}

.vcenter {
  vertical-align: middle !important;
}

/* download page */
.list-download {
  margin-bottom: 10px;
}

.text-sha1 {
  color: #555;
}

.text-download-arrow {
  color: #444;
}

/* development page */
.progress-language {
  margin-bottom: 0px;
}

/* fixup: express-debug covered by bootstrap */
#EDT {
  z-index: 9999 !important;
}