#wp-admin-bar-mp-network > .ab-item:before
{
    content: '\f112';
    top: 2px;
}
#wp-admin-bar-mp-logout > .ab-item:before
{
    content: "\f110";
    top: 2px;
}
#wpadminbar #wp-admin-bar-my-sites>.ab-item:before
{
    /* content: "\f541"; */
}
#wpadminbar #wp-admin-bar-site-name>.ab-item:before
{
    content: "\f102";
}
#wp-admin-bar-my-sites-super-admin {
	display: none;
}

#contextual-help-link-wrap {
	display:none;
}
body.index-php #screen-options-link-wrap {
	display:none;
}
#wp-admin-bar-site-name li:not(#wp-admin-bar-dashboard):not(#wp-admin-bar-view-site) {
	display: none;
}
@media screen and (max-width: 600px){
	#wpadminbar .ab-sub-wrapper, #wpadminbar ul.ab-top-secondary, #wpadminbar ul.ab-top-secondary li {
	    position: static;
	}
}
@media screen and (max-width: 782px){
    #wp-toolbar>ul>li {
        display: block;
    }
    #wp-admin-bar-mp-network>a.ab-item:before, #wp-admin-bar-mp-logout>.ab-item:before
    {
        height: 46px;
        width: 52px;
        font-size: 32px;
        top: 7px;
    }
    #wp-admin-bar-mp-network>a.ab-item>span.ab-icon, #wp-admin-bar-mp-logout>.ab-item>span.ab-icon
    {
        display: none;
    }
}

#adduser .form-field td {
    color:rgba(241,241,241,0);
    font-size:0px;
}


body.edit-php table.wp-list-table tr.status-publish > td.column-date {
	color: #66BB6A;
}

body.edit-php table.wp-list-table tr.status-future > td.column-date {
	color: #42A5F5;
}

body.edit-php table.wp-list-table tr.status-draft > td.column-date {
	color: #BDBDBD;
}
body.edit-php table.wp-list-table tr.status-pending > td.column-date {
	color: #BDBDBD;
}
body.edit-php table.wp-list-table tr.status-private > td.column-date {
	color: #BDBDBD;
}