body {
    border: 0;
}

img.logo {
    width: 64px !important;
    height: 20px !important;
}

.motd {
    margin-bottom: 0.5em;
}

div.page_body,
div.title_text,
table.diff_tree,
td.sha1,
td.pre, div.pre, div.diff,
td.mode, td.size {
    font: 12px/1.414 Menlo, Consolas, "Bitstream Vera Sans Mono", "Liberation Mono", monospace;
}

.page_body {
    /* white-space: pre-wrap; */
    max-width: 940px;
    word-wrap: break-word;
}

div.page_header,
div.page_footer,
tr.dark,
tr.light {
    background-color: inherit;
}

.page,
div.title,
a.title,
tr.dark:nth-of-type(6n+1),
tr.dark:nth-of-type(6n+2),
tr.dark:nth-of-type(6n+3),
tr.light:nth-of-type(6n+1),
tr.light:nth-of-type(6n+2),
tr.light:nth-of-type(6n+3)
{
    background-color: rgb(238, 238, 238);
}

tr.dark:nth-of-type(6n+1) td,
tr.dark:nth-of-type(6n+1) th,
tr.light:nth-of-type(6n+1) td
tr.light:nth-of-type(6n+1) th {
  border-top: 1px solid #ccc;
}

tr.dark:nth-of-type(6n+3) td,
tr.dark:nth-of-type(6n+3) th,
tr.light:nth-of-type(6n+3) td
tr.light:nth-of-type(6n+3) th {
  border-bottom: 1px solid #ccc;
}
