    .create_post_menu_selected {
        background-color: darkslategrey;
        color: white;
    }

    .group_image_background {
        background-color: black;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        color: white;

        font-size: 12pt;
        line-height: 90px;
        text-shadow: 2px 2px 3px black;
        text-align: left;
        padding-top: 80px;
        height: 150px;
    }

    .single_image_background {
        background-color: black;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        padding: 0;
    }

    .create_post_add_images {
        border: none;
    }

    .create_post_media_item_selected {
        background-color: darkslategray;
        color: white;
    }

    .create_post_tags_menu_selected, .create_post_checkin_item_selected {
        background-color: darkslategray;
        color: white;
        font-weight: bold;
    }

    .create_post_user_group_select_li {
        text-align: left;
        border-left: 1px solid lightgrey;
        border-right: 1px solid lightgrey;
        border-bottom: 1px solid lightgrey;
        padding-left: 10px;
    }

    .create_post_user_group_select_li:hover {
        background-color: darkslategray;
        color: white;
    }