.settings-container {
  display: flex;
  flex-wrap: wrap;
  flex-flow: column;
}

.settings-body {
  padding-top: 15px;
  max-width: 90%;
  display: flex;
  flex-wrap: wrap;
  flex-flow: column;
}

td.comment {
  font-weight: normal;
  font-size: 12px;
  text-align: left;
}

.widefat td,
.widefat th {
  vertical-align: middle;
}

.validate:invalid:required {
  border: 1px solid red;
}

.link-button {
  background: none;
  border: none;
  color: #135e96;
  text-decoration: underline;
  cursor: pointer;
}

.more-options-option {
  display: none;
}

sup {
  background-color: #135e96;
  border-radius: 5px;
  color: white;
  padding: 2px;
}
