body {
   font-family: "myriad pro", tahoma, verdana, arial, sans-serif;
   font-size: 12px;
   margin: 0;
   padding: 0;
}
a {
   color: #00a6bc;
   text-decoration: none;
}
code {
   font-family: monaco, "lucida console", "courier new", monospace;
   color: #333;
}
#content {
   margin: 50px auto;
   max-width: 982px;
}
.info, .doc {
   color: #777;
   font-size: 16px;
}
.info {
   text-align: center;
}
.doc {
   max-width: 34em;
}
.codebox .highlight {
   overflow-x: auto;
}
.footer, .footer p {
   font-size: 16px;
   width: 12em;
}
.footer {
   margin-top: 10ex;
}
.footer span {
   font-size: small;
}

:cue {
  color: red;
  font: 1em sans-serif;
  position: relative;
  top: -200px;
}

.browser-information {
  margin-top: 30px;
}

.browser-information th {
  text-align: left;
}