div.forum-topic {
    margin: 0px 0px 20px 0px;
    border: 1px solid #d3d3d3;
    padding: 2px 10px 10px 10px;
}

div.forum-warning {
    text-align: center;
    font-weight: bold;
    padding: 10px;
    margin: 0px 0px 10px 0px;
    border: 1px solid #d3d3d3;
}

div.forum-post {
    margin: 0px 0px 8px 0px;
}

div.forum-post-header {
    margin: 0px 0px 2px 0px;
}

div.forum-post-title {
    float: left;
    width: auto;
    font-weight: bold;
    font-size: 1.1em;
}

div.forum-post-right {
    float: right;
    width: auto;
}

span.forum-post-date {
    margin: 0px 0px 0px 4px;
}

span.forum-post-hlasov {
    margin: 0px 0px 0px 4px;
}

div.forum-post-right a.forum-post-hlasovanie {
    font-weight: bold;
    text-decoration: none;
}

div.forum-post-form {
    margin: 10px 0px 15px 0px;
}


