#id_main_content {
    padding-top: 100px;
    padding-bottom: 80px;
}

.page_title {
    text-align: center;
    margin-bottom: 20px;
}

/* table comment in user profile and event display */
.table-comment { 
    padding-left: 1rem;
    font-size: smaller;
}

/* captcha */
img.captcha { padding: 5px; }

/* footer */
.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}
.footer a { 
    color: white !important;
}
.footer a.active { 
    color: #25a49c !important;
}
.footer .menu {
    margin-left: 1rem;
}
.footer .left {
    margin-right: 1rem;
}

.footercol { 
    padding-top: 10px; 
    color: white;
}

.align-left { text-align: left; }
.align-center { text-align: center; }
.align-right { text-align: right; }

a {
    text-decoration: none !important;
}

/* breadcrumbs */
ul.breadcrumb {
    margin-top: 30px;
}

.divider {
    color: #cccccc;
    margin-right: 8px;
    margin-left: 5px;
}
.img-circle {
    border-radius: 50%;
    border: 1px solid #aaaaaa;
    /* Only for InitialsAvatarProvider */
    /*height: 2rem;*/
    /*width: 2rem;*/
    /*padding-top: 3px;*/
}