* {
    border-radius: 0 !important;
    word-wrap: anywhere !important;
    font-family: Tahoma, sans-serif !important;
    /*line-height: 1.5 !important;*/
}

/*================================================================================*/

.categorydiv div.tabs-panel,
.customlinkdiv div.tabs-panel,
.posttypediv div.tabs-panel,
.taxonomydiv div.tabs-panel,
.wp-tab-panel {
    max-height: 100% !important;
}

ul.categorychecklist {
    column-count: auto;
    column-width: 250px;
    column-rule: 1px solid #aaa;
}

#post-formats-select,
ul.categorychecklist li {
    font-size: 18px !important;
}

ul.categorychecklist li a {
}


.postbox-header h2 {
    font-size: 22px !important;
}




/*================================================================================*/

#post-formats-select,
ul.cat-checklist {
    column-count: auto;
    column-width: 250px;
    column-rule: 1px solid #aaa;
    height: 100% !important;
}

/*================================================================================*/

#poststuff input[type="text"] {
    width: 100%;
    margin-bottom: 10px;
}

/*================================================================================*/
#wpbody-content .inline-edit-row-post .inline-edit-col-center {
    width: 100%;
}
/*================================================================================*/
#timestampdiv input {
    width: auto !important;
}

#timestampdiv #aa {
}

/*================================================================================*/

.description img {
    width: 100px;
    height: 56px;
}

/*================================================================================*/

#wpbody-content .quick-edit-row-post .inline-edit-col-left {
    width: 100%;
}

#wpbody-content .quick-edit-row-post .inline-edit-col-right {
    width: 100%;
}

#wpbody-content .bulk-edit-row-post .inline-edit-col-right,
#wpbody-content .quick-edit-row-page .inline-edit-col-right {
    width: 100% !important;
}

/*================================================================================*/

.fixed .column-categories,
.fixed .column-rel,
.fixed .column-response,
.fixed .column-role,
.fixed .column-tags {
    width: auto;
}

.status-publish {
    /*background-color: #E6F7E2 !important;*/
}

.status-draft {
    background-color: #e0f2f7 !important;
}

.status-private {
    background-color: #fff9e6 !important;
}

.status-pending {
    background-color: #f3e5f5 !important;
}

.post-password-protected {
    background-color: #ffe0b2 !important;
}

.iedit:hover,
tr.comment:hover {
    outline: 2px solid red;
}

td.comment p {
    font-size: 20px !important;
}

.byuser {
    background: yellow !important;
}

#post-body #title {
    letter-spacing: 2px !important;
    font-size: 26px !important;
    line-height: 1.5 !important;
}

#post-body #excerpt {
    letter-spacing: 2px !important;
    font-size: 24px !important;
    line-height: 1.5 !important;
}

#post-body #content {
    letter-spacing: 2px !important;
    font-size: 24px !important;
    line-height: 1.5 !important;
}

/*================================================================================*/

#post_name {
    width: 100%;
}

/*================================================================================*/

#newcontent,
.CodeMirror {
    letter-spacing: 2px !important;
    font-size: 18px !important;
    line-height: 1.5 !important;
}

/*================================================================================*/

.wp-editor-area {
    letter-spacing: 2px !important;
    font-size: 18px !important;
}

/*================================================================================*/

.theme-check {
    direction: ltr !important;
}

ul.tc-result li {
    letter-spacing: 2px !important;
    font-size: 18px !important;
}

/*================================================================================*/

.settings_page_password-protected .wrap *,
.limit-login-page-settings *,
.wp-statistics-settings * {
    direction: ltr !important;
    text-align: left !important;
}

/*================================================================================*/

textarea,
input[type="text"] {
    cursor: text;
}

input[type="checkbox"] {
    cursor: pointer;
}

/*================================================================================*/

/*================================================================================*/

/*================================================================================*/

/*================================================================================*/

/*================================================================================*/




form#addtag input,
form#addtag select,
form#addtag select option,
form#addtag textarea,
form#edittag input,
form#edittag select,
form#edittag select option,
form#edittag textarea {
    font-size: 22px !important;
}








/*fix for issues in version 6.9*/

input[type="checkbox"],
input[type="radio"] {
    pointer-events: auto !important;
    position: relative !important;
    z-index: 2 !important;
    opacity: 1 !important;
    appearance: auto !important;
    cursor: pointer !important;
}

label {
    pointer-events: auto !important;
    cursor: pointer !important;
}

/*fix for issues in version 6.9*/










/* Restore remove tag icon */
.tagchecklist .ntdelbutton {
    appearance: none !important;
    background: none !important;
    border: 0 !important;
}

.tagchecklist .remove-tag-icon {
    font-family: dashicons !important;
    font-size: 16px;
    line-height: 1;
}

.tagchecklist .remove-tag-icon::before {
    content: "\f153"; /* dashicons-no */
}





































