/* for entire game */

#gameplay td {
  padding: 10px;
  margin: 3px;
}



/*** left side ***/

#action_td {
  border: 1px solid black;
  vertical-align: top;
}

#action {
  width: 600px;
  height: 650px;
  vertical-align: top;
}

#timer {
  height: 20px;
}

#text, #buttons, #response {
  font-size: 125%;
}

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

#response {
  margin-top: 10px;
}



/*** right side ***/

#game_support {
  vertical-align: top;
}

.admin_only {
  display: none;
}

#scores_td {
  vertical-align: top;
}

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

#admin_ad {
  vertical-align: top;
  width: 200px;
}

#click_report {
  border: 1px solid black;
  height: 200px;
  overflow-y: auto;
}

#player_ad {
  width: 350px;
}
