/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */
.tabmc_metabox a{
    text-decoration: none;
}

.tabmc_metabox #tab_post_parent_link_delete{
    color:red;
}
.tabmc_metabox .tabmc_title{
    text-align: left;
    display: block;
    border-bottom: 1px solid #ddd;
    padding-bottom:7px;
}

.tabmc_metabox  #tabmc_title_first_tab {
    padding: 3px 8px;
    font-size: 1.7em;
    line-height: 100%;
    height: 1.7em;
    width: 100%;
    outline: 0;
    margin: 0 0 3px;
    background-color: #fff;
}

.tabmc_metabox li.tabmc-listing .dashicons.mover{
    color:#ddd;
}
.tabmc_metabox .tabmc-listing{
    cursor: move;
}