/*
 * Software by John Liddiard (aka JohntheFish)
 * www.c5magic.co.uk
 *
 * This package contains software copyright and proprietary to John Liddiard
 *
 */

.ccm-page .jl_local_nav_block ul{
    list-style: none;
}

.ccm-page .ccm-block-autonav .jl_local_nav_block_heading.jl_local_nav_title_padding{
    padding-left:1rem; padding-right:1rem;
    padding-top:1rem;
}


/*
 * Styles specific to the positioning of the return link. You can leave these out of your template
 * if you don't use some of the options.
 */

/* inline - appended to each linked heading */

.ccm-page .jl_local_nav_toplink_inline{
    margin-left:10px;
    font-size:1rem;
    vertical-align: text-top;
    padding-top:0;
}

/* bottom left/center/right */
.ccm-page .jl_local_nav_toplink_bottom_left{
    position:fixed;
    left: 25px;
    bottom:0;
    padding:10px;
    background:rgba(150,150,150,0.6);
    border-radius:2px;
    font-size:2rem;
    z-index:1000;
}

.ccm-page .jl_local_nav_toplink_bottom_center{
    position:fixed;
    left: 50%;
    transform: translate(-50%);
    bottom:0;
    padding:10px;
    background:rgba(150,150,150,0.6);
    border-radius:2px;
    font-size:2rem;
    z-index:1000;
}

.ccm-page .jl_local_nav_toplink_bottom_right{
    position:fixed;
    right: 25px;
    bottom:0;
    padding:10px;
    background:rgba(150,150,150,0.6);
    border-radius:2px;
    font-size:2rem;
    z-index:1000;
}

