/* zstd-browse2 styles very closely mimic those of docco.coffee */
body {
    margin: 0;
    padding: 0;
    color: #000;
    background-color: #FFF;
    font-size: 15px;
    height: 100%;
}
table {
    border-collapse: collapse;
    width: 100%;
    height: 100%;
}
code { background: #F5EEE5; } /* inline `foo` in docs */
pre { margin: 0; } /* wraps right column code - for Lynx browser display! */
td.doc {
    min-width: 450px;
    max-width: 450px;
    padding: 10px 20px 1px 30px;
    overflow-x: hidden;
    vertical-align: top;
}
#footer {
    text-align: center;
    padding: 2em 0;
}
td.code {
    width: 100%;
    padding: 14px 15px 16px 25px;
    vertical-align: top;
    background: #F5EEE5;
    border-left: 1px solid #CAC9C4;
    color: #333;
}
h1 { /* filename */
    font-size: 1.3em; color: #777; 
    border-bottom: 1px solid #cac9c4;
}
h2 { /* top-level public item */
    font-size: 1.5em;
    margin-top: 0;
}
.method h2 { /* struct method */
    font-size: 1.1em;
    padding-left: 1em;
    border-left: 4px solid #CAC9C4;
}
.value h2 { /* public value */
    font-size: 1.1em;
}
.value {
    padding: 0 20px 0 30px;
}
.test-decl h2, .test-str h2, .test-str h3 {
    background: #f5eee5;
}
.test-str h2 { margin-bottom: 0; }
.test-str h3 { margin-top: 0; font-size: 1.0em }
