/**
 * Copyright (C) 2016 Raytheon BBN Technologies, All Rights Reserved.
 *
 * This software was developed pursuant to Prime Contract Number
 * 2016-16031100003 with the US Government.
 *
 * This software does not contain technology or technical data controlled
 * under either the U.S. International Traffic in Arms Regulations or the
 * U.S. Export Administration regulations.
 *
 */
 
 /* for entire game */

#gameplay {
  display: none;
}

.admin_only {
  display: none;
}

#admin_business {
  vertical-align: bottom;
  margin-left: 5px;
}

.turn {
  margin: 1px;
  width: 99%;
}

#force {
  margin-left: 10px;
}



/*** leftmost column ***/

#left_column {
  vertical-align: top;
  min-width: 450px;
  max-width: 450px;
}

#left_column, #left_column td {
  padding: 10px;
  margin: 3px;
}

#text_input {
  display: none;
  width: 98%;
  height: 150px;
}

#image {
  width: 450px;
}

#image img {
  max-width: 100%;
}

#text {
  min-width: 450px;
}

#response {
  margin-bottom: 10px;
  min-height: 20px;
}



/*** middle column ***/

#middle_column {
  vertical-align: top;
}

#middle_column, #middle_column td {
  padding: 10px;
  margin: 3px;
}

#buttons input {
  margin-left: 10px;
  margin-right: 3px;
}

#ad img {
  max-width: 100%;
  opacity: .9;
}

.admin_middle_column {
  max-width: 200px;
}

.admin_ad {
  width: 180px;
}

.everyone_ad {
  width: 250px;
}

#scores_td {
  vertical-align: top;
}

#scores {
  border: 3px solid blue;
  padding: 10px;
  max-width: 150px;
}

#view_scores {
  display: none;
}

#scores_body {
  border: 3px solid blue;
  padding: 10px;
}

#review {
  display: none;
}

#review_body {
  max-height: 300px;
  overflow-y: auto;
}

#review_table td, #review_table th {
  border: 1px solid black;
  padding: 3px;
}

.review_image {
  width: 125px;
}

.review_image img {
  max-width: 100%;
}

.review_question {
  width: 400px;
}



/*** rightmost column ***/

#right_column {
  vertical-align: top;
  padding-top: 10px;
  margin-top: 3px;
}



/*** postgame survey ***/

.postgame_survey_text {
  width: 500px;
  height: 70px;
}

#postgame_survey_submit {
  margin-left: 200px;
}
