.wrap h2 {
  margin-top: 20px;
}

.section-container {
  margin: 15px 0 15px 0;
}
.wrap {
  max-width: 800px;
  /* margin: auto; */
}

h1,
h2 {
  color: #0073aa;
  margin-bottom: 15px;
}

h2 {
  border-bottom: 2px solid #ddd;
  padding-bottom: 5px;
}

.form-table {
  width: 100%;
}

table.magelon-table-header tr th {
  text-align: left;
  width: 250px;
}

td {
  padding: 8px 0;
}

select.magelon-export-select,
input {
  width: 100%;
  max-width: 200px;
}

button {
  margin-top: 10px;
}

button.button.hidden-content-button {
  margin: 0 0 20px 0;
  border: none;
  border-color: transparent;
  background-color: inherit;
  padding: 0;
  font-size: 12px;
  cursor: pointer;
  display: inline-block;
}

#fixed-mappings-section {
  background: #f9f9f9;
  padding: 15px;
  border-radius: 5px;
  border: 1px solid #ddd;
}

.section-container {
  background: #fff;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-top: 10px;
}

progress {
  width: 100%;
  height: 20px;
  border-radius: 5px;
  background: #eee;
}

progress::-webkit-progress-bar {
  background-color: #ddd;
}

progress::-webkit-progress-value {
  background-color: #0073aa;
}
