/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */

.blogbutler-ai-import-options table.feeds td:first-child,
.blogbutler-ai-import-options table.feeds th:first-child {
   width: 50px;
   font-weight: bold;
}

.blogbutler-ai-import-options table.feeds td:last-child,
.blogbutler-ai-import-options table.feeds th:last-child {
   width: 150px;
   font-weight: bold;
}

.blogbutler-ai-import-options table.feeds .delete {
   color: #a00;
   cursor: pointer;
}

.blogbutler-ai-import-options table.feeds td {
   vertical-align: middle;
}

.blogbutler-ai-import-options table.feeds td input {
   width: 100%;
}

.blogbutler-ai-import-options table.feeds td span.error {
   color: #a00;
   font-size: 0.9em;
}