body {
 font-family: "Open Sans",sans-serif;
 font-size: 15px;
}
a.sup, .sup {
 text-decoration: none;
 vertical-align: super;
 font-size: 10px;
}
code,pre {
 display:block;
 background-color: #eee;
 font-family: monospace;
 font-size: 13px;
 padding: 5px;
 width:50%;
}
table, th, td {
 border-collapse: collapse;
 border-width:1px;
 border-style: solid;
}
th, td {
 padding:3px;
}
th {
 text-align:left;
 background-color: LightGray;
}
td {
}
kbd {
 color: Green;
}