    .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;
    }

    .groups_pages_sub_menu_item {
        width: 100%;
    }

    .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;
    }

    .user_side_panel {
        padding: 0 0 0 40px;
    }

    .groups_settings_menu_item {
        line-height: 40px;
        text-align: left;
        font-size: 9pt;
        border-bottom: 1px solid lightgrey;
        cursor: pointer;
    }

    .groups_pages_sub_menu_item_checked {
        background-color: darkslategray;
        color: white;
    }

    .show_hide_edit_cover_image_hover {
        padding: 0;
        height: 85px;
        background: rgba(0, 0, 0, 0.4);
        cursor: pointer;
        color: white;
    }

    .groups_groupname_block {
        padding: 85px 0 0 10px;
        font-size: 20pt;
    }

    .edit_cover_image {
        padding-top: 65px;
    }

    @media (max-width: 992px) {
        /* This is for a small screen */

        .permalink_group_newsfeed_posts_list {
            padding: 5px 5px;
        }
    }

    @media (min-width: 992px) {
        /* This is for a large screen */

        .permalink_group_newsfeed_posts_list {
            padding: 5px 15px;
        }
    }

    #permalink_group_back {
        float: left;
        background-color: #2a70b9;
        color: white;
        font-size: 7pt;
        padding: 0;
        text-align: center;
        cursor: pointer;
        text-shadow: 2px 2px 3px black;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .permalink_group_top_spacer {
        width: calc(100% - 200px);
        float: left;
    }

    .permalink_group_close {
        float: right;
        padding: 0;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .permalink_group_logo_block {
        width: 150px;
        padding-bottom: 10px;
        float: left;
        display: flex;
        align-items: flex-end;
        justify-content: center;
    }

    #permalink_group_profile_image {
        width: 80px;
        height: 80px;
        background-color: #212121;
        background-position: 50% 50%;
        background-size: 200%;
        background-repeat: no-repeat;
        box-shadow: 3px 3px 10px black;
    }

    .permalink_group_name {
        float: left;
        display: flex;
        align-items: flex-end;
        font-weight: bold;
        color: white;
        text-shadow: 2px 2px 3px black;
    }

    .permalink_group_share {
        display: flex;
        justify-items: flex-end;
        align-items: flex-end;
        justify-content: center;
    }

    @media (max-width: 576px) {
        /* XS */
        #permalink_group_back {
            width: 80px;
        }

        .permalink_group_top_spacer {
            width: calc(100% - 200px);
        }

        .permalink_group_close {
            width: 50px;
        }

        .permalink_group_logo_block {
            width: 80px;
            padding-bottom: 10px;
        }

        #permalink_group_profile_image {
            width: 40px;
            height: 40px;
        }

        .permalink_group_name {
            width: calc(100% - 130px);
            padding-bottom: 10px;
        }

        .permalink_group_share {
            width: 50px;
            padding-bottom: 10px;
        }
    }

    @media (min-width: 576px) {
        /* SM */
        #permalink_group_back {
            width: 80px;
        }

        .permalink_group_top_spacer {
            width: calc(100% - 200px);
        }

        .permalink_group_close {
            width: 50px;
        }

        .permalink_group_logo_block {
            width: 80px;
            padding-bottom: 10px;
        }

        #permalink_group_profile_image {
            width: 40px;
            height: 40px;
        }

        .permalink_group_name {
            width: calc(100% - 130px);
            padding-bottom: 10px;
        }

        .permalink_group_share {
            width: 50px;
            padding-bottom: 10px;
        }
    }

    @media (min-width: 768px) {
        /* MD */
        #permalink_group_back {
            width: 80px;
        }

        .permalink_group_top_spacer {
            width: calc(100% - 200px);
        }

        .permalink_group_close {
            width: 50px;
        }

        .permalink_group_logo_block {
            width: 80px;
            padding-bottom: 10px;
        }

        #permalink_group_profile_image {
            width: 40px;
            height: 40px;
        }

        .permalink_group_name {
            width: calc(100% - 130px);
            padding-bottom: 10px;
        }

        .permalink_group_share {
            width: 50px;
            padding-bottom: 10px;
        }
    }

    @media (min-width: 992px) {
        /* LG */
        #permalink_group_back {
            width: 150px;
        }

        .permalink_group_top_spacer {
            width: calc(100% - 200px);
        }

        .permalink_group_close {
            width: 50px;
        }

        .permalink_group_logo_block {
            width: 150px;
            padding-bottom: 10px;
        }

        #permalink_group_profile_image {
            width: 80px;
            height: 80px;
        }

        .permalink_group_name {
            width: calc(100% - 200px);
            padding-bottom: 20px;
        }

        .permalink_group_share {
            width: 50px;
            padding-bottom: 20px;
        }
    }

    @media (min-width: 1200px) {
        /* XL */
        #permalink_group_back {
            width: 150px;
        }

        .permalink_group_top_spacer {
            width: calc(100% - 200px);
        }

        .permalink_group_close {
            width: 50px;
        }

        .permalink_group_logo_block {
            width: 150px;
            padding-bottom: 10px;
        }

        #permalink_group_profile_image {
            width: 80px;
            height: 80px;
        }

        .permalink_group_name {
            width: calc(100% - 200px);
            padding-bottom: 20px;
        }

        .permalink_group_share {
            width: 50px;
            padding-bottom: 20px;
        }
    }

    @media (min-width: 1400px) {
        /* XXL */
        #permalink_group_back {
            width: 150px;
        }

        .permalink_group_top_spacer {
            width: calc(100% - 200px);
        }

        .permalink_group_close {
            width: 50px;
        }

        .permalink_group_logo_block {
            width: 150px;
            padding-bottom: 10px;
        }

        #permalink_group_profile_image {
            width: 80px;
            height: 80px;
        }

        .permalink_group_name {
            width: calc(100% - 200px);
            padding-bottom: 20px;
        }

        .permalink_group_share {
            width: 50px;
            padding-bottom: 20px;
        }
    }

