body, th, tr {
    font-family: 'Hiragino Kaku Gothic Pro', Meiryo, Osaka, Verdana, sans-serif;
    line-height: 150%;
}

div#banner form#search {
    margin-top: -20px;
}

div#banner input#proj-search {
    width: 200px;
}

#wikipage > h1 {
    text-decoration: underline;
}

#wikipage > h2 {
    border: solid thin #c6dbfe;
    border-left: solid 8px #c6dbfe;
    padding: 5px;
    padding-left: 7px;
}

#wikipage > h3 {
    border-left: solid thick #c6dbfe;
    border-bottom: solid thin #c6dbfe;
    padding: 3px;
    padding-left: 5px;
    margin-left: -7px;
}

#wikipage > h4 {
    border-left: solid thick #c6dbfe;
    padding-left: 4px;
}

#wikipage > h5 {
    border-bottom: dashed thin #c6dbfe;
}

div.comment h1[id] + br, div.comment h2[id] + br, div.comment h3[id] + br, div.comment h4[id] + br, div.comment h5[id] + br {
    /* trac bug: inserted br after headings in ticket comments */
    display: none;
}

strong {
    color: maroon;
}

blockquote {
    border-left: dotted medium #c6dbfe;
    padding-left: 5px;
}

blockquote.citation {
    margin-top: 0px;
}

dl dt {
    font-weight: bold;
}

dl dd {
    margin-bottom: 5px;
}

dd > ul, dd > ol, dd > dl {
    margin-left: -5px;
    padding-left: 10px;
}

.searchable a, .searchable q, .searchable strong, .searchable em {
    margin: 0 3px;
}

/* Begin wiki:WikiFormatReST */
td pre.wiki {
    margin: 3px;
}

table.docutils {
    margin: 9px 6px;
}

td div.wikipage {
    padding-left: 0px;
}

th.docinfo-name {
    text-align: left;
}
/* End wiki:WikiFormatReST */
