/* Elevate dashboard layout overrides */

body.base_dashboard .ow_left.place_section.left_section.ow_dashboard-left-removed,
body.base_user_dashboard .ow_left.place_section.left_section.ow_dashboard-left-removed {
    display: none !important;
}

body.base_dashboard .ow_right.place_section.right_section.ow_dashboard-right-full,
body.base_user_dashboard .ow_right.place_section.right_section.ow_dashboard-right-full {
    float: none !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    clear: both;
}

body.base_dashboard .ow_right.place_section.right_section.ow_dashboard-right-full .ow_dnd_widget,
body.base_user_dashboard .ow_right.place_section.right_section.ow_dashboard-right-full .ow_dnd_widget {
    width: 100%;
}

.ow_mship_widget_current {
    margin-bottom: 12px;
    display: block;
    text-align: center;
}

.ow_mship_widget_current .ow_mship_widget_label,
.ow_mship_widget_current .ow_mship_widget_value {
    display: inline-block;
    float: none;
}

.ow_my_avatar_widget {
    text-align: center;
}

.ow_my_avatar_widget .ow_left.ow_my_avatar_img {
    float: none;
    display: inline-block;
    margin: 0 auto;
}

.ow_my_avatar_widget .ow_my_avatar_cont {
    display: none;
}

/* Remove "User List" menu tab everywhere */
.ow_content_menu_wrap li._photo_gallery,
.ow_content_menu_wrap li.ow_menu_photo_gallery,
.owm_content_menu li._photo_gallery,
.owm_content_menu li.ow_menu_photo_gallery {
    display: none !important;
}

