body {
  font-family: Helvetica, Geneva, Arial, sans-serif;
  font-size: 1em;
  font-style: normal;
  font-weight: normal;
  color: #333333;
  background-color: white;
  margin: 4em 15em 4em 4em;
  line-height: 1.35em; }

a {
  color: #5a86e4;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }
  a.external {
    background: url(../images/external.png) right 50% no-repeat;
    padding-right: 12px; }

code, pre, .file-list {
  font-family: Consolas, Monaco, "Bitstream Vera Sans Mono", "Courier New", Courier, monospace; }

table {
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border: 2px solid #adadad;
  padding: .5em;
  width: 100%; }
  table td, table th {
    padding: .3em .5em;
    vertical-align: top; }
  table th {
    text-align: left; }
  table tbody > tr:hover {
    background: #cbe2ff;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px; }
  table tbody > tr > td:first-child {
    white-space: nowrap; }

#clear {
  clear: both; }

#title h1 {
  font-weight: bold;
  font-size: 4em;
  color: #adadad;
  margin: 0;
  line-height: 100%; }
  #title h1 #whatsnew {
    display: inline; }
    #title h1 #whatsnew a {
      font-size: .5em;
      color: red; }
#title h2 {
  font-size: 1.45em; }

.badge, #content .date, #content .version {
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  font-size: 10px;
  font-weight: normal;
  padding: 4px 3px 2px;
  line-height: 100%; }

#content {
  margin-top: 5em; }
  #content .date {
    background: #5a86e4;
    color: #fff;
    margin: 3px 5px 0 0;
    float: left; }
  #content .version {
    background: #adadad;
    color: white; }
  #content h3 {
    margin: 1.5em 0 .5em 0;
    font-size: 1.45em; }
  #content h2 > a[name] {
    color: black;
    text-decoration: none; }
  #content .sponsor {
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    padding: .1em 1em;
    background: #feffcb; }
  #content li > p:only-child {
    margin: 0; }

.float, #meta, #footer, #blurb {
  position: fixed;
  top: .5em;
  right: .5em;
  width: 10em;
  padding: 1em;
  text-align: right;
  line-height: 1.1em; }
  .float a, #meta a, #footer a, #blurb a {
    display: block; }

#meta {
  z-index: 2;
  font-weight: bold;
  padding-top: 7em; }

#footer {
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  background: #cbe2ff;
  bottom: 1em;
  padding-top: 14em;
  z-index: 1; }
  #footer iframe {
    margin-top: 1em; }

#blurb {
  text-align: left;
  z-index: 2; }
  #blurb a {
    display: inline; }

#copyright {
  color: #adadad;
  font-size: 1.2em;
  margin-top: 3em; }

#theme-example {
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  padding: 1em 2em;
  background-color: #adadad; }

#news ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }
