#title {
  font-size: 18pt;
  text-align: center;
  margin: 0 auto;
  display: none;
}

#consent-title {
  font-size: 18pt;
  text-align: center;
  margin: 0 auto;
}

#consent-text {
  font-size: 14pt;
  text-align: center;
  margin: 0 auto;
  width: 75%;
}

#consentButton {
  text-align: center;
  display: none;
}

#loading {
  font-size: 12pt;
  text-align: center;
}

body {
  font-family: Helvetica,Arial;
  background-color: white;
  color: black;
  font-size: 14pt;
  /* hide scoll bar */
  overflow-y: scroll;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;  /* Internet Explorer 10+ */
}

/* hide scroll bar */
body::-webkit-scrollbar { /* WebKit */
  width: 0;
  height: 0;
}

.clickButton {
  color: black;
  text-decoration: none;
  display: inline-block;
}

.clickButton_text {
  display: table;
  vertical-align: center;
  color: black;
  font-size: 14pt;
  border: 3px outset gray;
  background-color: #CCCCCC;
  padding: 8px;
  text-decoration: none;
  font-weight: bold;
  margin:0 auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

.clickButton_text:hover {
  border: 3px inset gray;
}

.clickButton_text:active {
  border: 3px inset gray;
  background: gray;
}

.instr {
  display: none;
  text-align: center;
}

#instructions {
  display: block;
  max-width: 75%;
  margin: 0 auto;
  margin-top: 0px;
  height: 225px;
}

#buttonGroup {
  display: none;
  text-align: center;
}

.progress {
  text-align: center;
  display: none;
  height: 15px;
}

#progressContainer {
  text-align: center;
  display: none;
}

#progressText {
  font-size: 14pt;
  color: black;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
}

#progressOutline {
  display: inline-block;
  background: white;
  border: 3px solid black;
  width: 100px;
  margin: 5 auto;
  margin-bottom: 10px;
}

#progressBar {
  background: gray;
  width: 0px;
  margin-bottom: 10px;
}

.container {
  text-align: center;
  margin-top: 5px;
  /* cursor: none; */
}

#container_main {
  display: none;
}

#container {
  display: inline-block;
/*  border: 5px solid black; */
/*  border: 0px solid black; */
  vertical-align: middle;
  cursor: none;
}

canvas {
  display: inline;
}

.responseGroup {
  display: none;
  text-align: center;
}

#probeQ_test {
  font-size: 18pt;
  font-weight: normal;
  text-align: center;
  /* margin: 10px auto; */
}

#responseText_test {
  font-size: 16pt;
  font-weight: normal;
  text-align: center;
  margin: 10px auto;
}

#probeQ_catch {
  font-size: 18pt;
  font-weight: normal;
  text-align: center;
  /* margin: 10px auto; */
}

#responseText_catch {
  font-size: 16pt;
  font-weight: normal;
  text-align: center;
  margin: 10px auto;
}

.doneTextStyle {
  text-align: center;
  display: none;
}

#commentBox {
  display: none;
}

#submitButton {
  display: block;
  margin: 0 auto;
  margin-top: 20px;
}
