.topic
{
    border: 1px solid #fff;
    display: block;
    width: 750px;
    margin-left: 30px;
    height: auto;
    line-height: 1.3em;
    overflow: hidden;
    font-size: 12px;
    padding: 3px;
}

.post .title
{
    font-weight: bold;
    color: navy;
    text-decoration: none;
}
.post .title:hover
{
    text-decoration: underline;
}

.reply
{
    display: none;
}

.lastmessage
{
    display: block;
    position: relative;
    float: right;
    font-size: 10px;
    color: navy;
}

.title.post
{
    font-weight: bold;
}

/* Pages */
.another_page
{
    font-size: 12px;
}

.actual_page
{
    font-size: 12px;
    font-weight: bold;
}


.plus_minus
{
    color: black;
    cursor: pointer;
    width: 8px;
    height: 8px;
}
.dot
{
    width: 8px;
    height: 8px;
}

/* Post form */
#postform
{
    font-size: 11px;
    margin: 5px;
    margin-top: 15px;
    display: block;
}

#anonymous_post
{
    display: none;
}

#identified_post
{
    display: inherit;
}

#cse-search-box
{
    float: right;
    margin-right: 50px;
}

#body-content
{
    font-size: 12px;
    
}