/*
 * Basic styles for forms/tables
 */
.ik-form { max-width: 920px; }
.ik-field { margin-bottom: 12px; }
.ik-field label { display:block; font-weight:600; margin-bottom:6px; }
.ik-field input[type=text], .ik-field textarea { width:100%; padding:8px; }
.ik-notice { padding:10px; margin-bottom:12px; border-left:4px solid #2271b1; background:#f0f6fc; }
.ik-success { border-color:#46b450; background:#f6fff6; }
.ik-error { border-color:#dc3232; background:#fff5f5; }
.ik-table { border-collapse: collapse; width:100%; }
.ik-table th, .ik-table td { border:1px solid #ddd; padding:6px; text-align:left; }
.ik-table td:last-child, .ik-table th:last-child { text-align:right; }
.button-danger { color:#a00 !important; border-color:#a00 !important; }

/* Discord Post Button Status */
.ik-discord-status { font-weight: 600; }
.ik-status-ok { color: #1a7f37; }
.ik-status-err { color: #a00; }
