.update-required-card h1, .update-required-card h3 {
  text-align: center;
}

.update-required-card .button-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
}

.update-required-card .button-wrapper .md-button {
  flex: 1;
  width: 100%;
  max-width: 690px;
}

.update-required-card .technical-support-wrapper {
  padding: 8px;
  font-size: 10pt;
  text-align: center;
}

.update-required-card button.is-vuzix {
  box-sizing: border-box;
  border: 2px solid transparent;
}

.update-required-card button.is-vuzix:focus {
  border: 2px solid rgba(var(--vuzix-focus-color));
}