    .page-header {
        background: #2a70b9; /* For browsers that do not support gradients */
        background: -webkit-linear-gradient(#2a70b9, darkslateblue); /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(#2a70b9, darkslateblue); /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(#2a70b9, darkslateblue); /* For Firefox 3.6 to 15 */
        background: linear-gradient(#2a70b9, darkslateblue); /* Standard syntax */
        line-height: 45px;
        font-size: 14pt;

        text-align: center;
        color: white;
    }

    .menus-center {
        /*border-left:1px solid white;*/
        border-right:1px solid white;
    }

    .menus-left {
        border-left:1px solid white;
    }

    .users-pages-sub-menu-item {
        width: 100%;
    }

    /*Entirely optional – just wanted to remove the scrollbar on WebKit browsers as I find them ugly*/
    /*.Left::-webkit-scrollbar,
    .Middle::-webkit-scrollbar,
    .Right::-webkit-scrollbar {
        display: none;
    }*/

    .pages-sub-menu-item {
        width:100%;
    }

    .edit-image-background {
        background-color: #212121;
        color: white;

        font-size: 18pt;
        text-shadow: 2px 2px 3px black;
        text-align: left;
    }

    .users-pages-sub-menu-item-checked {
        background-color: darkslategray;
        color: white;
    }

    .show-hide-edit-cover-image-hover {
        padding:0;
        height: 120px;
        background: rgba(0, 0, 0, 0.4);
        cursor: pointer;
        color: white;
    }

    .permalink-users-profile-image {
        height: 80px;
        width: 80px
    }

    .permalink-users-odd {
        background-color: whitesmoke;
        border-bottom: 1px solid lightgrey;
    }

    .permalink-users-even {
        background-color: white;
        border-bottom: 1px solid lightgrey;
    }

    /* This is for small screens */
    @media (max-width: 992px) {
        .permalink-users-profile-image {
            height: 60px;
            width: 60px
        }

        .permalink-users-menu-bar {
            margin-left: 0;
            font-weight: normal;
        }

        .permalink-users-side-content {
            display: none;
        }
    }

    /* This is for large screens */
    @media (min-width: 992px) {
        .permalink-users-menu-bar {
            font-weight: normal;
        }
    }

    .permalink-users-column-fixed {
        position:fixed;
        bottom:0;
    }

    .permalink-users-column-scrollable {
        position: absolute;
        margin-left: 300px;
        color: blue;
    }

    .permalink-users-forum-thread {
        background-color: maroon;
        color: white;
        font-weight: bold;
        text-align: center;
        padding: 0;
    }

    .permalink-users-forum-post {
        background-color: darkgreen;
        color: white;
        font-weight: bold;
        text-align: center;
        padding: 0;
    }

    .group-image-background {
        background-color: black;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        color: white;

        font-size: 9pt;
        line-height: 190px;
        text-shadow: 2px 2px 3px black;
        text-align: left;
        padding-top: 80px;
        height: 150px;
    }