html,
body {
  font-family: ProLight, 'Helvetica Neue', HelveticaNeue, Helvetica, Arial, 'Lucida Grande', sans-serif;
  height: 100%;
  margin: 0;
}
.fullscreen {
  height: 100vh !important;
  min-height: 100vh !important;
  /*for mozilla*/
}
html > body .fullscreen {
  height: auto;
}
#content {
  margin-top: 0;
  padding-top: 40px;
  background-color: #E8E8E8;
}
.button.continue {
  font-size: 1.3em !important;
  margin-top: 40px;
  font-family: ProLight, 'Helvetica Neue', HelveticaNeue, Helvetica, Arial, 'Lucida Grande', sans-serif;
}
#colors div {
  height: 200px;
}
.ui.transparent.input input:not([value='']) {
  padding-left: 4px !important;
  padding-bottom: 3px !important;
  border-bottom: solid 2px slategray !important;
}
