.sse-admin-wrap .form-table th {
  width: 240px;
}

.sse-settings-form input[type="number"],
.sse-settings-form input[type="text"],
.sse-settings-form select,
.sse-settings-form textarea {
  min-width: 280px;
}

.sse-progress-wrap {
  margin-top: 20px;
  background: #f0f0f1;
  border: 1px solid #dcdcde;
  height: 18px;
  width: 100%;
  max-width: 700px;
}

.sse-progress-bar {
  background: #2271b1;
  height: 100%;
  width: 0;
  transition: width 0.3s ease;
}
