/**
 * Create/Edit Listing page (template/user_dashboard_submit.php) overrides.
 */


 /*Description Section*/

/* TinyMCE (Content field) toolbar dropdown background fix. */
#mceu_26-body div button {
    background-color: #fff !important;
}

#wp-property_description-editor-tools .wp-editor-tabs {
    float: left !important;
    margin-top: 8px !important;
}

#wp-property_description-editor-tools .wp-editor-tabs .wp-switch-editor {
    margin: 0 !important;
}

/*does not overlap with other elements in create advertisement*/
.add-new-listing-bottom-nav-wrap {
    z-index: 999 !important;
}
