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

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

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

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

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


body {
  margin-top:10px;
  font-family: Helvetica,Arial;
  background-color: white;
  color: black;
  font-size: 18pt;
  /* 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: 20pt;
  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;
}

#askFull {
  text-align: center;
}

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

#buttonGroup {
  display: none;
  text-align: center;
  margin-top: 500px;
}

#expTrials {
  display: none;
  width: 800px;
  display: block;
  text-align: center;
  margin: auto;
}

#demo{
  width:600px;
}


#canvas,#leftPanel,#rightPanel,#nextChoice,#consent,#composeButton{
  display: none;
}

#nextTrialButton{
  margin-top:-220px;
}

#composeButton{
  margin-top:-540px;
  pointer-events: none;
}


.canvases {
    border: 5px solid black;
    width: 600px;
    height: 600px;
    border-color: 5px solid black;
    text-align: center;
    margin: auto;
}

.images{
  position: absolute;
  /* border: 1px solid black; */
}


#leftPanel {
  width: 50%;
  height: 280px;
}

#rightPanel{
  width:50%;
  height: 280px;
}



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

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

#progressText {
  font-size: 18pt;
  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;
}

.sentences {
  font-size: 22pt;
  font-weight: bold;
  text-align: center;
  /* margin: 10px auto; */
}


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

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

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

#responseText_catch {
  font-size: 20pt;
  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;
}
