.inside-centered {
  margin: auto;
  text-align: center;
}

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

.record_body {
  width: 90%;
}

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

#accountHashCheck-missing {
  color: red;
  font-weight: bold;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: white;
  border-radius: 15px 15px;
  text-align: center;
}

.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;
}
