*{
  margin: 0;
  padding: 0;
}

body{
  font-family: Helvetica, Arial, sans-serif;
}

.qc-demo-page-header {
  margin-top: 0rem;
  background: black;
  height: 5rem;
}

.qc-demo-page-header__title {
  color: white;
  margin-bottom: 0;
  padding-top: 1rem;
  text-align: center;
}

.qc-demo-page-description {
  background: linear-gradient(141deg,#00b47d 10%,#6844cd 90%);
  background-color: #00b47d;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fafafa;
  text-align: center;
  padding: 20px;
}

.qc-demo-page-description__title {
  font-size: 60px;
  line-height: 100px;
  font-weight: 700;
}

.qc-demo-page-description__message {
  font-size: 18px;
  max-width: 760px;
  margin: 0 auto 0px;
  padding: 0 20px;
}

.qc-demo-page-wrapper {
  display: flex;
  flex-flow: column;
  align-content: center;
  margin: 1.5rem auto;
  max-width: 800px;
  min-width: 276px;
  width: 80vw;
}

.qc-demo-page-wrapper__message {
  margin-bottom: 1em;
}

.qc-demo-page-wrapper__button {
  padding: 10px;
  background:#00b47d;
  color: white;
  font-weight: bold;
  cursor: pointer;
  width: 25%;
  align-self: center;
}

.qc-demo-page-wrapper__message span {
  text-decoration: line-through;
}

#qc-demo-page-footer {
  background-color: #000;
  color:#fafafa;
  font-size: 14px;
  text-align: center;
  height: 60px;
  padding: 20px;
}

.qc-settings h1 {
    font-size: 18px;
}

.qc-settings h2 {
    font-size: 16px;
}

:disabled+label {
    color: grey;
}

.qc-settings {
  margin: 0 auto;
  width: 95%;
}

.qc-settings form input {
  max-width: 90%;
}

.qc-settings .qc-setblock {
  margin-bottom: 10px;
}
