/* Needed so fixed navbar doesn't overlap with page content - as recommended by Bootstrap/BSK */
body {
    /*padding-top: 50px;*/
}

.main-navbar {
    margin-bottom: 0px !important;
    border: 0 !important;
}

.breadcrumb {
    margin-bottom: 0px !important;
}

.category {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.page-links {
    margin-top: 20px;
    margin-left: 20px;
}