    .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;
        }
    }

