#sherlockMapCanvas {
  width: 700px;
  height: 450px;
}

.bottom_panel {
}

.bottom_panel > div {
  display: inline-block;
  float: left;
}

.timer_box {
  border: 1px solid #000000;
  padding: 15px;
  max-width: 150px;
  min-height: 60px;
  background-color: #FFFFFF;
  text-align: center;
  height: 84px;
  margin-top: 1px;
  margin-right: 5px;
}

#timer {
}

a#sherlockMapCanvas {
  width: 700px;
  height: 450px;
  background-color: #FF0000;
}

.bottom_panel {
}

.bottom_panel > div {
  display: inline-block;
  float: left;
}

.timer_box {
  border: 1px solid #000000;
  padding: 15px;
  max-width: 150px;
  min-height: 60px;
  background-color: #FFFFFF;
  text-align: center;
  height: 84px;
  margin-top: 1px;
  margin-right: 5px;
}

#timer {
}

.countdown {
  font-weight: bold;
}

.control_box {
  border: 1px solid #FFFFFF;
  background-color: #000000;
  text-align: center;
  padding: 3px;
}

.rogue_button {
  background-color: #000000;
  color: #FFFFFF;
  display: inline-block;
  font-size: 200%;
  line-height: 0.8em;
  cursor: pointer;
}

.no_select {
  -moz-user-select: none; 
  -webkit-user-select: none; 
  -ms-user-select:none; 
  user-select:none;
  -o-user-select:none;
}


.smallPosterWrapper {
  border: 1px solid #000000;
  width: 152px;
  margin-left: 5px;
  min-height: 84px;
  background-color: #FFFFFF;
}

.smallPosterWrapper img {
  width: calc(100% - 32px);
}

.rightPanel {
  float: right;
  width: calc(100% - 710px);
}


.moira_app {
  border: 1px solid #000000;
  padding: 0 10px 10px 10px;
  min-width: 300px;
}

.points_wrapper {
  background-color: #729bbf;
  color: #FFFFFF;
  padding: 5px 10px 5px 5px;
}

.points_button {
  width: 40px;
  padding: 3px;
  cursor: pointer;
}



#ce_input {
  width: 100%; 
  height: 30px;
//  border-radius: 3px;
}

.closeBtn {
  float: right;
}

.closeWrapper {
  margin-bottom: -22px;
  float: right;
  z-index: 500px;
}

.bigPosterBtn {
  postition: absolute;
  float: right;
}

.bigPosterWrapper > img {
  max-width: calc(100% - 32px); /* room for the close button */
  max-height: 440px;
}

.countdown {
  font-weight: bold;
}

.control_box {
  border: 1px solid #FFFFFF;
  background-color: #000000;
  text-align: center;
  padding: 3px;
}

.rogue_button {
  background-color: #000000;
  color: #FFFFFF;
  display: inline-block;
  font-size: 200%;
  line-height: 0.8em;
  cursor: pointer;
}

.no_select {
  -moz-user-select: none; 
  -webkit-user-select: none; 
  -ms-user-select:none; 
  user-select:none;
  -o-user-select:none;
}


.smallPosterWrapper {
  border: 1px solid #000000;
  width: 152px;
  margin-left: 5px;
  min-height: 84px;
}

.smallPosterWrapper img {
  width: calc(100% - 32px);
}

.rightPanel {
  float: right;
  width: calc(100% - 710px);
}


.moira_app {
  border: 1px solid #000000;
  padding: 0 10px 10px 10px;
  min-width: 300px;
}

.points_wrapper {
  background-color: #729bbf;
  color: #FFFFFF;
  padding: 5px 10px 5px 5px;
}

.points_button {
  width: 40px;
  padding: 3px;
  cursor: pointer;
}

.question_list_button {
  float: right;
  cursor: pointer;
}

.ce_messages_wrapper {
  height: 300px;
  border: 2px solid #000000;
  overflow-y: scroll;
  background-color: #ffffff;
}

.ce_messages {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.ce_messages li {
  border-radius: 5px;
  padding: 4px 8px;
  margin-bottom: 3px;
}

.agentmsg {
  margin-right: 20px;
  background-color: lightblue;
  text-align: left;  
}

.usermsg {
  margin-left:20px;
  background-color: lightgreen;
  text-align: right;
}

#ce_input {
  width: 100%; 
  height: 30px;
//  border-radius: 3px;
}

.bigmodal2 {
  display: none;
  position: absolute;
  top: 20px;
  left: 10%;
  border: 1px solid black;
  max-width: 80%;
  height: 500px;
  z-index: 1000;
  background-color: #FFFFFF;
}

.bigmodal {
  display: none;
  position: absolute;
  top: 50px;
  left: 66px;
  border: 1px solid black;
  width: 500px;
  min-height: 200px;
  z-index: 1000;
  background-color: #FFFFFF;
}
.closeBtn {
  float: right;
}

.closeWrapper {
  margin-bottom: -22px;
  float: right;
  z-index: 500px;
}

.bigPosterBtn {
  postition: absolute;
  float: right;
}

.bigPosterWrapper > img {
  max-width: calc(100% - 32px); /* room for the close button */
  max-height: 440px;
}

.dashboard {
  padding: 3px 5px;
}

.qb {
  width: 14%;
  display: inline-block;
  text-align: center;
  background-color: #888888;
  padding: 10px 3px;
  margin: 2px 2px;
  color: #ffffff;
  font-size: 180%;
  line-height: 1.6em;
  cursor: pointer;
}


.question_list_modal {
  width: 700px;
  right: 66px;
  top: 20px;
  left: unset;    
}

.question_list_modal h3 {
  padding-left: 20px;
}

.question_list {  
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
}

