table {
    width: 100%;
    border-collapse: collapse;
}

th {
    background-color: #f2f2f2;
}

th, td {
    border: 1px solid #ddd;
}

th, td {
    padding: 10px;
    text-align: left;
}

.codelisting {
    padding: 5px;
    background-color: #eee;
    border-left: solid 0.5em #999;
    display: block;
    font-family: Menlo, Consolas, "DejaVu Sans Mono", Monaco, monospace;
    font-size: 0.9em;
    white-space: pre;
}

.codelisting-title {
    font-family: sans-serif;
    font-size: medium;
    line-height: 1.5;
    text-transform: none;
    color: #666;
}
