/* make sure the anchors take into account a fixed header */
a.anchor {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}

.float-right {
    float: right;
}

.blog_border {
    border-top: 1px solid #DDD;
    padding-top: 5px;
}

.stat_entry_container {
    padding: 10px;
}