    .places_requests_settings_category_list, .places_requests_settings_questions {
        list-style: none;
        padding: 0;
        margin: 0;
        line-height: 40px;
    }

    .places_requests_settings_category {
        border: 1px solid #aaa;
        margin-bottom: 10px;
        padding: 5px;
        background: #fdfdfd;
    }

    .places_requests_settings_category_handle {
        font-weight: bold;
        background: #eee;
        padding: 6px;
        cursor: move;
        width: 50px;
        text-align: center;
    }

    .places_requests_settings_category_title {
        font-weight: bold;
        background: #eee;
        flex-grow: 1;
        padding: 6px;
        cursor: move;
        margin: auto;
    }

    .places_requests_settings_question {
        padding: 0;
        background: #f0f0f0;
        margin: 4px 0;
        cursor: move;
    }

    .places_requests_settings_category_question_add {
        text-align: center;
        width: 50px;
        background-color: #2a70b9;
        color: white;
        font-weight: bold;
        cursor: pointer;
        margin: auto;
    }

    .places_requests_settings_category_remove {
        text-align: center;
        width: 50px;
        background-color: maroon;
        color: white;
        font-weight: bold;
        cursor: pointer;
        margin: auto;
    }

    /* Questions ===================================== */

    .places_requests_settings_question_spacer {
        width: 50px;
        background-color: white;
    }

    .places_requests_settings_question_handle {
        font-weight: bold;
        background-color: #eee;
        padding: 6px;
        cursor: move;
        width: 50px;
        text-align: center;
    }

    .places_requests_settings_question_title {
        font-weight: bold;
        background-color: #eee;
        padding: 6px;
        cursor: move;
        flex-grow: 1;
        margin: auto;
    }

    .places_requests_settings_question_remove {
        text-align: center;
        width: 50px;
        background-color: maroon;
        color: white;
        font-weight: bold;
        cursor: pointer;
        margin: auto;
    }

    /* PLACES REQUEST QUERY */

    .places_edit_requests_query_reply_details_header {
        line-height: 20px;
        font-size: 9pt;
    }

    @media (min-width: 576px) {
        .places_edit_requests_query_reply_header {
            width: 100%;
        }

        .places_edit_requests_query_reply_body {
            width: 100%;
        }
    }

    @media (min-width: 768px) {
        .places_edit_requests_query_reply_header {
            width: 125px;
            float: left;
        }

        .places_edit_requests_query_reply_body {
            width: calc(100% - 125px);
            float: right;
        }
    }

    .places_requests_reply_member_logo {
        height: 100px;
    }

    .placesRequestsUserGroupLink {
        height: 80px;
        width: 80px;
        line-height: 80px;
        border-radius: 40px;
        margin: auto;
        cursor: pointer;
    }