/*
 * Tables.
 */

.updated {
display:none!Important;	
}

.form-table th {
    white-space: nowrap;
}

/*
 * Nested Tables.
 */
.form-table td table#seo-options {
    margin-left: -0.2%;
}

.form-table td table#seo-options th {
    width: 32%;
}

.form-table td table#seo-options th, .form-table td table#seo-options td {
    padding: 0 0 8px 0;
}

/*
 * Form fields.
 */
#csv_keyword_url, #keywords-typed-for-tag-article {
    width: 30em;
    height: 10em;
}

#stop-words {
    width: 60em;
    height: 33em;
}

/*
 * Standalone styles.
 */
.right-align {
    text-align: right;
}

/*
 * Needed for the datetimepicker.
 */
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}

.ui-timepicker-div dl {
    text-align: left;
}

.ui-timepicker-div dl dt {
    height: 25px;
}

.ui-timepicker-div dl dd {
    margin: -25px 0 10px 65px;
}

.ui-timepicker-div td {
    font-size: 90%;
}

/*
 * Fix for correct the size of input element in grid pagers.
 */
#track-links-grid-container .ui-jqgrid .ui-pg-input,#scheduled-posts-grid-container .ui-jqgrid .ui-pg-input {
    height: 1.9em;
}
