div.diary {
    background: white;
}

div.diary h2 {
    font-size: 1em;
    border-top: thin solid gray;
    background: #EEE;
    margin-top: 1px;
    margin-bottom: 1px;
}

div.diary h3 {
    font-size: 1em;
    margin-top: 1px;
    border-bottom: thin solid gray;
}

div.diary-comment {
    margin-bottom: 1em;
    border: thin solid #ddd;
    padding: 5px;
}

textarea#id_content,textarea#id_comment {
    width: 100%;
    height: 15em;
}

div.odd {
    background: #e0e0e0;
}
p.diary-byline {
    margin-top: 0px;
    font-weight: bold;
    border-bottom: thin dashed #ddd;
}
