File: //proc/thread-self/cwd/wp-content/plugins/hide-admin-menu/css/style-admin.css
/* .nav-menus-php {
padding: 0 8px 8px;
border-top: 1px solid #fff;
border-bottom: 1px solid #ddd;
background: #fff;
}*/
.item-title span span,.my_text span span{
display: none;
}
.col-md-3{
width: 44%;
float: left;
padding: 0px 12px;
}
.col-md-12{
width: 100%;
float: left;
padding: 5px 12px;
}
.my_text :hover{
color: #0073aa;
}
.primary_menu_seprator{
border-top:1px solid #e5e5e5;
}
.table-second-td td:nth-child(even){
background: rgb(255,236,242);
}