body {
    margin: 10px;
    font-family: arial;
}

.cheatsheet {
    width: 100%;
    font-size: 10px;
    border: 1px solid #eee;
    margin-bottom: 11px;
}

.cheatsheet th {
    text-align: left;
    background-color: #eee;
    padding: 4px;
}

.cheatsheet td {
    padding: 4px;
}

.cheatsheet .file {
    font-family: courier;
}

h1, h2, p {
    margin: 0;
    margin-bottom: 10px;
    padding: 10px;
}

h1 {
    background-color: #ccc;
}

h2 {
    background-color: #ddd;
}

p {
    background-color: #eee;
    font-size: 11px;
}

