    .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_settings_menu_item {
        text-align: center;
        font-size: 9pt;
        border-bottom: 1px solid lightgrey;
        cursor: pointer;
    }

    .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;
    }

    .users_profile_image {
        height: 80px;
        margin: auto;
        width: 80px
    }
    .edit_cover_image {
        padding-top: 65px;
    }

    @media (max-width: 992px) {
        /* This is for a small screen */

        .users_profile_image {
            height: 60px;
            margin: auto;
            width: 60px
        }

        .edit_cover_image {
            text-align: center;
            padding: 33px 0 0 0;
        }
    }

    .users_odd {
        background-color: whitesmoke;
        border-bottom: 1px solid lightgrey;
    }

    .users_even {
        background-color: white;
        border-bottom: 1px solid lightgrey;
    }

    .users_trips_routes_route {
        background-color: maroon;
        color: white;
        font-weight: bold;
        text-align: center;
        padding: 0;
    }

    .users_trips_routes_event {
        background-color: darkgreen;
        color: white;
        font-weight: bold;
        text-align: center;
        padding: 0;
    }

    .users_column_fixed::-webkit-scrollbar {
        display: none; /* Hides scrollbar in Chrome, Safari, and Edge */
    }

    /* ========================================================================================== */
    /* ALBUMS =================================================================================== */
    /* ========================================================================================== */

    .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;
    }

    /* ========================================================================================== */
    /* CONTRIBUTIONS ============================================================================ */
    /* ========================================================================================== */

    .users_settings_notifications_select {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    /* ========================================================================================== */
    /* FORUMS =================================================================================== */
    /* ========================================================================================== */

    .users_forum_odd {
        background-color: whitesmoke;
        border-bottom: 1px solid lightgrey;
    }

    .users_forum_even {
        background-color: white;
        border-bottom: 1px solid lightgrey;
    }

    .users_forum_thread {
        background-color: maroon;
        color: white;
        font-weight: bold;
        text-align: center;
        padding: 0;
    }

    .users_forum_post {
        background-color: darkgreen;
        color: white;
        font-weight: bold;
        text-align: center;
        padding: 0;
    }

    /* ========================================================================================== */
    /* IMAGE PROFILE ============================================================================ */
    /* ========================================================================================== */

    .album_list_item {
        line-height: 40px;
        padding: 5px;
        border-bottom: 1px solid lightgrey;
        text-align: left;
        font-size: 9pt;
        cursor: pointer;
    }
    .album_list_item_selected {
        background-color: #2a70b9;
        color: white;
    }

    .album_list_item_divider {
        font-size: 9pt;
        line-height: 30px;
        background-color: #a2a2a2;
        color: white;
    }

    .image_header {
        background-size: cover;
        background-position: 50% 50%;
        height: 200px;
        width: 100%;
    }

    .group_image_background {
        background-color: black;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        color: white;

        font-size: 10pt;
        line-height: 170px;
        text-shadow: 2px 2px 3px black;
        text-align: left;
        padding-top: 80px;
        height: 170px;
    }

    @media (max-width: 992px) {
        .users_settings_panel {
            z-index: 1000;
        }

        #selected_profile_image_for_setting {
            height: 150px;
        }

        #profile-image-slider-reset {
            padding-top: 20px;
        }
    }

    /* ========================================================================================== */
    /* IMAGE COVER ============================================================================== */
    /* ========================================================================================== */

    #ticket_content_container label {
        font-size: 12px;
    }

    .album_list_item {
        line-height: 40px;
        padding: 5px;
        border-bottom: 1px solid lightgrey;
        text-align: left;
        font-size: 9pt;
        cursor: pointer;
    }
    .album_list_item_selected {
        background-color: #2a70b9;
        color: white;
    }

    .album_list_item_divider {
        font-size: 9pt;
        line-height: 30px;
        background-color: #a2a2a2;
        color: white;
    }

    .image_header {
        background-size: cover;
        background-position: 50% 50%;
        height: 200px;
        width: 100%;
    }

    .group_image_background {
        background-color: black;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        color: white;

        font-size: 10pt;
        line-height: 190px;
        text-shadow: 2px 2px 3px black;
        text-align: left;
        padding-top: 80px;
        height: 150px;
    }

    @media (max-width: 992px) {
        .users_settings_panel {
            z-index: 1000;
        }

        #cover-image-slider-reset {
            padding-top: 20px;
        }
    }

    .users_image_title_block {
        background-color: #555555;
        color: white;
        display: flex;
        align-items: center;
        font-weight: bold;
    }

    /* ========================================================================================== */
    /* IMAGE COVER ============================================================================== */
    /* ========================================================================================== */

    .users_settings_notifications_select {
        display: flex;
        justify-content: center;
        align-items: center;
    }
