.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;
  width: 100%;
}

.evalFooter {
  display: inline;
  padding-top: 5px;
}

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

.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 */
}

.evalSubHeader {
  display: inline;
}

.divShowOthers {
  float: left;  
  padding: 5px;
  padding-right: 20px;
  margin: auto;  
}

.divOthersVisibleCounter {
  float: left;
}

.divReticleCount {
  float: right;
}

.divReticleInstructions {
  //float: right;
}

.reticleControls {
  float: right;
  display: inline;
}

.clear {
  margin-top: 5px;
  float: right;
}

#evaluationImg {
  width: 100%; 
}



.anotherStyle {
   position: absolute;
   border: 2px solid;
}

.reticle {
  position: absolute;
  /*width: 15px;
  height: 15px;
  border-radius: 20px;*/
  border: 5px solid;
}

.otherPlayerReticle {
  position: absolute;
  /*width: 15px;
  height: 15px;
  border-radius: 20px;*/ 
  border: 2px solid;
}

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

.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;
}

.sample-tab {
  border-color: #222222;
  background-color: #ddddff;
}

.tab {
  //background-color: #ddddff;
  border-radius: 15px 15px 0 0;
  //border: 2px solid #222222;
  border: 2px solid;
  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;
}

.chat-tab {
  //background-color: #628a2c;
  //border-radius: 2px;
  //color: #ffffff;
  //border-color: #000000;
  margin-left: 2px;
  //padding: 2px 4px;
}

.chat-tab-open {
  background-color: #628a2c;
  color: #ffffff;
  border-color: #000000;
}

.chat-tab-closed {
  background-color: #d0e7b1;
  color: #000000;
  border-color: #bfbfbf;
}

.chat-panel {
  border: 2px solid #000000;
  margin-left: 2px;
}

.chat_content {
  margin: 0;
  padding: 0;
}

.chatSendBar {
  display: inline;
}

.chatSendContainer {
  overflow: auto;
  //float: left;
  display: block;
  margin-left: 3px;
  margin-right: 3px;
}

.chatSendField {
  overflow: auto;
  //float: left;
  width: 100%;
  border: 2px solid black;
}

.sendChat {
  float: right;
  margin-left: 2px;
  margin-right: 2px;
}

.cc_wrapper {
  height: 400px;
  overflow: auto;
}


.chat_content > li {
  /*background-color: #a8caa8;*/
  list-style: outside none none;
  padding: 3px;
  border-radius: 3px 5px;  
  word-wrap: break-word;
}

.c_you {
  margin: 0 0 2px 14px;
  background-color: #ACD7E6;
}

.c_oth {
  margin: 0 14px 2px 0;
  background-color: #f4fc0f;
}