@charset "utf-8";
/* CSS Document */
/*http://codex.wordpress.org/Creating_Admin_Themes /*

/*--------------------------------------------------------*/
/* admin: plugins
/*--------------------------------------------------------*/
/*.checkbox, .side-info, .plugins tr, #your-profile #rich_editing*/
.plugins .active th, .plugins .active td {
background-color: #B6FFD3;
}
/*.plugins .inactive, .plugins .inactive th, .plugins .inactive td, tr.inactive+tr.plugin-update-tr .plugin-update*/
.plugins .inactive th, .plugins .inactive td {
background-color: #FFB6B9 ;
}
.plugins .active.update th, 
.plugins .active.update td, 
tr.active.update+tr.plugin-update-tr .plugin-update,
tr.active+tr.plugin-update-tr:not(.updated) .plugin-update .update-message {
background-color: #FFEBB6;
}
.plugins .active th.check-column {
	border-left: 4px solid #008433;
}

div.actions.bulkactions {
	display:block!important;
}

table.fixed {
	table-layout:inherit !important;
}
