.selectother label, .multicheckbox label, .file-delete label, .csv-export label, .radio-group label, .radio-subgroup label, .othercontrol { width: 98%; white-space: normal; } table.form-table * { font-size: 16px; } table.form-table th, table.form-table td { display: block; vertical-align: top; } table.form-table tr.text-line th, table.form-table tr.text-line td { display: inline-block; min-width: 7em; } .entry-content td, .comment-content td { border-top: none; }  textarea, input { width: 98%; } input.regular-text { width: 17em; } input.pdb-submit { max-width: fit-content; } table.form-table .multi-select-other { float: left; max-width: 28em; height: 26em; } tr.captcha span { font-size: 24px; } input[type="submit"], input[type="button"], input[type="reset"] { background-image: linear-gradient(to bottom, #fc3, #fd9); border: 1px solid #fc0; border-radius: 5px; box-shadow: 2px 2px 4px rgba(64, 64, 64, 0.3); }