
/* Hide the "Edit image" buttons on Media pages */
.wp_attachment_image input[type=button],
.edit-attachment-frame .attachment-media-view .attachment-actions {
    display: none !important;
}

.wp-list-table .column-phksl-exclude-image-column {
    width: 120px;
}

.wp-list-table .column-empty-image-cache-column {
    width: 100px;
}
