h2 small {
  font-size: 0.65em;
}
.error-msg {
  /* all js notifications  */
  color: red;
  display: none;
  font-size: 18px;
  text-transform: uppercase;
}

.error-msg-form {
  color: red;
  display: none;
  font-size: 18px;
}

.status-msg {
  color: green;
  display: none;
  font-size: 18px;
  text-transform: uppercase;
}
.success-msg {
  color: blue;
  display: none;
  font-size: 18px;
  text-transform: uppercase;
}

#loader {
  /* payment processing loader for /payment route */
  display: none;
  line-height: 10px;
  padding: 36px 30px;
  text-align: center;
  background: #ffffff;
  z-index: 1;
  padding-top: 10%;
  left: 40%;
}

#err-box {
  /* payment cancellation css for for paypal /paypal-transaction-cancel */
  line-height: 28px;
  background-color: #fff;
  padding: 36px 30px;
  text-align: center;
  font-size: 14px;
  top: 0;
  width: 100%;
  background: #fff0f0;
}

.login-handler {
  display: none;
  margin-bottom: 3rem;
}

#password-login {
  /* sign in route - hide magic links (username & password) inputs at startup */
  display: none;
}

#err_password {
  display: none;
}

/* More matches - /more_matches */

button.icon-btn {
  box-shadow: none;
  padding: 0 0.6rem;
}
button.icon-btn-red:hover {
  color: red !important;
}
button.icon-btn .fas {
  font-size: 1.2rem;
}

td form {
  display: inline;
}

.highlight {
	background-color: #f8d653;
}

.noselect {
  -webkit-user-select: none; /* Safari */
      -ms-user-select: none; /* Internet Explorer/Edge */
          user-select: none;
}
