/* Admin Meta Box Styles */ #fix_deliverability_dns_issues_box, #update_dkim_record_box, #update_dmarc_record_box, #update_spf_record_box { background: #f9f9f9; border: 1px solid #ddd; padding: 15px; margin-bottom: 15px; border-radius: 4px; } #fix_deliverability_dns_issues_box h2, #update_dkim_record_box h2, #update_dmarc_record_box h2, #update_spf_record_box h2 { font-size: 16px; font-weight: bold; margin-bottom: 10px; } button.button-primary { background-color: #007cba; border-color: #007cba; color: #fff; text-shadow: none; } button.button-primary:hover { background-color: #005a9c; border-color: #005a9c; color: #fff; } .meta-box-sortables input, .meta-box-sortables textarea, .meta-box-sortables select, .meta-box-sortables input[type=number] { width: 100%; max-width: 100%; } table.rl_admin_meta_table { width: 100%; table-layout: fixed; }