    .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_events_routes_route {
        background-color: maroon;
        color: white;
        font-weight: bold;
        text-align: center;
        padding: 0;
    }

    .users_events_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 */
    }