* {
  box-sizing: border-box;
}

html, div, h1, h2, h3, h4, h5, h6, p, img, dl, dt, dd, ol, ul, li, table, caption, tbody, tfoot, thead, tr, th, td, form, fieldset, embed, object, applet {
  margin: 0;
  padding: 0;
  border: 0;
}

html {
  width: 100%;
  height: 100%;
  font-size: 100%; /*default for REMMING*/
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25/1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
  html {
    font-size: 70%; /*hd 1:1.25*/
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.35), only screen and (min--moz-device-pixel-ratio: 1.35), only screen and (-o-min-device-pixel-ratio: 1.35/1), only screen and (min-device-pixel-ratio: 1.35), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.35dppx) {
  html {
    font-size: 50%; /*hd 1:1.25*/
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5/1), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 240dpi), only screen and (min-resolution: 1.5dppx) {
  html {
    font-size: 90%; /*hd 1:1.5*/
  }
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-family: "Arial";
  font-weight: 300;
  color: #1a1a1a;
  background: #00cccc;
  background: linear-gradient(217deg, rgba(0, 38, 255, 0.2), rgba(255, 0, 0, 0) 70.71%), linear-gradient(127deg, rgba(0, 80, 228, 0.2), rgba(255, 155, 0, 0) 70.71%), linear-gradient(336deg, rgba(0, 153, 255, 0.2), rgba(228, 128, 0, 0) 70.71%);
}

.standard {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 500;
  font-family: "Arial";
  font-size: 0.875rem;
  line-height: 0.875rem;
  display: inline-flex; /*inline-block;*/
  align-items: center;
  background: #357ed1;
  color: #fff;
  border: none;
  padding: 0.675rem 1rem;
  border-radius: 0.1875rem;
  margin: 1rem;
  overflow: visible;
  text-align: center;
  justify-content: center;
  text-decoration: none;
  transition: background 0.13s ease-in 0.02s;
}
.standard:hover {
  background: #2765ac;
  cursor: pointer;
  transition: background 0.13s ease-in 0.02s;
}
.standard[disabled], .standard.disabled {
  cursor: not-allowed;
  background: #bbb;
  border-color: #aaa;
  color: #fff;
}
.standard[disabled]:hover, .standard.disabled:hover {
  background: #bbb;
  border-color: #aaa;
  color: #fff;
}
.standard.sm {
  font-size: 0.8rem;
  line-height: 0.8rem;
  padding: 0.375rem 0.5rem;
  font-weight: 800;
}
.standard.nomargin {
  margin: 0;
}

.container {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
}
.container .test {
  font-size: 50px;
}
.container .buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.container .footer {
  width: 100%;
  height: 5rem;
}

.cluster {
  display: flex;
  flex-direction: column;
  margin-left: 1rem;
}
.cluster .cluster_name {
  font-weight: 600;
  font-size: 1.2rem;
}
.cluster .group {
  display: flex;
  flex-direction: column;
  margin-left: 1rem;
}
.cluster .group .group_name {
  font-weight: 600;
  font-size: 1rem;
}
.cluster .group .question {
  background: #ffffff;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 1rem;
  margin: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.cluster .group .question .question_name {
  flex: 1;
}

/*# sourceMappingURL=site.css.map */
