.td_error {
    border: solid 1px #bf0910;
    background-color: #fae7e1;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

#td_cancel_edit_term {
    margin-left: 5em;
}

#td_link, #td_title {
    width: 100%;
}

#td_update_permalinks {
    text-align: right;
    margin-bottom: 2em;
}

.tools_form {
    margin: 1em 0 2em 0;
}

#clear_filter_btn {
    display: inline;
    margin: 0;
    padding: 3px 10px 6px 10px;
}

th.short {
    width: 15%;
}

div.description {
    color: #777;
    font-style: italic;
    margin: 1em 0 1em 0;
}

.ui-autocomplete {
    max-height: 200px;
    max-width: 600px;
    overflow-y: auto;
    overflow-x: auto;
}

#save_term_spinner {
    float: none;
    visibility: hidden;
}

.form-divider {
    margin-bottom: 2em;
}

.ui-widget-overlay {
    opacity: 0.3;
    background-color: #111;
}

.ui-widget-overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.ui-dialog-content {
    margin: 1em;
}

#terms_filter .td_remove_selected {
    padding-top: 0px;
}

th.td-check-column {
    padding: 11px 0 0 3px;
}

.td-check-column {
    padding: 11px 0 0 3px;
    width: 2.2em;
    vertical-align: top;
}