.page {
  display: none;
}

#introduction p {
  font-size:130%;
}

.exampleImg {
  max-width:500px;
  float: right;
  margin-left: 10px;
}

.evalPanel {
  width:50%;
  float:left;
}

.evalWrapper {
  position: relative;
  overflow: auto;
}

#evaluationImg {
  width: 100%; 
}

.zoomControls {
  padding: 5px;  
  font-weight: bold;
}

.zoomBtn {
  background-color: #aaaaff;
  border-radius: 5px;
  border: 2px solid #222222;
  padding: 10px;
  display: inline-block;
  min-width: 45px;
  text-align: center;
  cursor: pointer;
  
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* IE/Edge */
  user-select: none;           /* non-prefixed version, currently */
}

.reticle {
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 7px;
  border: 2px solid #0000FF;
}

.instructionPanel {
  width: 50%;
  float:right;
}

.instructionPanel > p {
  text-align: center;
  width: 100%;
  line-height: 1.0;
}

.greenBG {
  background-color: #628a2c;
  border-radius: 2px;
  color: #ffffff;
  padding: 2px 4px;
}

.tabs {
  padding-left: 5px;
}

.tab {
  background-color: #ddddff;
  border-radius: 15px 15px 0 0;
  border: 2px solid #222222;
  padding: 10px;
  display: inline-block;
  min-width: 45px;
  text-align: center;
  cursor: pointer;
  margin: -3px;
}

.activeTab {
  background-color: #aaaaff !important;
}

.tContent {
  display: none;
  padding: 5px;
}

.tContent img {
  width: 100%; 
}

.spacer {
  clear: both;
  width: 100%;
}

.mturk_live {
  display: none;
}