.library_navigation {
    margin-bottom: 20px;
    border-bottom: dotted 1px #2E2E2E;
}

.library_navigation h1 {
    display: inline;
    margin-right: 20px;
}

.library_content {
    margin: 0px 10px 0px 10px;
}

.library_content h2 {
    margin: 6px 0px 6px 0px;
}

.library_content hr {
    margin: 6px 0px 6px 0px;
    background-color: #000000;
    height: 1px;
    border: solid 0px #000000;
}

.library_content ul {
    margin: 10px 20px 10px 20px;
}

.library_content .code_sample {
    display: block;
    padding: 6px;
    overflow: auto;
    background-color: #E8E8E8;
    border-top: solid 1px #2E2E2E;
    border-bottom: solid 1px #2E2E2E;
}

.library_content .entry_comment {
    background-color: #CCCCFF;
    border: solid 1px #AAAAFF;
    padding: 6px;
}

.entry_comment h3 {
    
}

.entry_comment_post_date {
    color: #888888;
    font-size: 8.5pt;
}

.library_content table tr th {
    vertical-align: top;
}

.search_result_title {
    font-size: 10pt;
}

.search_result_author {
    color: #888888;
    font-size: 8.5pt;
}

#id_bot_filter {
    display: none;
}