th {
    text-align: left;
}
td, th {
    padding-right: 20px;
}
.faux-table:after {
    content: " ";
    display: block;
    clear: both;
    position: relative;
}
.faux-table .col {
    float: left;
    width: 49%;
    position: relative;
    box-sizing: border-box;
    border: 1px solid #eee;
    padding: 10px;
}
.faux-table .col:first-child {
    margin-right: 10px;
}
.faux-table .col:last-child {
    margin-right: 10px;
}
.faux-table .col pre {
    max-width: 100%;
    overflow: auto;
}
.navigation {
    padding-left: 0;
    list-style-type: none;
}
.navigation:after {
    content: " ";
    display: block;
    clear: both;
    position: relative;
}
.navigation li {
    float: left;
}
.navigation li:after {
    content: "|";
    margin-left: 5px;
    margin-right: 5px;
}
.navigation li:last-child:after {
    content: "";
    margin-left: 0px;
    margin-right: 0px;
}
