#canvas {
  float: left;
}

#playerTable {
  min-width: 877px;
}

.gameTitle {
  font-size: 160%;
  text-align:center;
  color: #000;
  width: 720px;
}

.gameLabel {
  font-size: 100%;
  text-align:center;
  color: #000;
}

.score {
  font-size: 100%;
  text-align:center;
  color: #000;
}

#clock {
  font-size: 500%;
  color: #000;
}

#status_box {
  overflow: hidden;
}

.leftPanel {
  float: left;
  border-radius: 15px;
}

.leftTable {
  text-align:center;
  background-color: #f7941e;
  height: 480px;
  width: 130px;
  border-radius: 15px;
  margin-right: 4px;
}

.leftTable td {
  height:75px;
}

#solution_table td {
  border: 1px solid black;
}

.bottomPanel {
  display: none;
}

#results {
  text-align:center;
}

#result_table {
  width: 100%;
  font-size: 200%;
  color:#000;
  background-color: #0e76bc;
  border-radius: 15px;
}

#result_table th {
  padding: 15px;
}

#submitButton {
  white-space: normal;
  max-width: 94px; 
}

.blank_row {
  height: 20px !important;
 }
 
.teamSolution {
  border: 1px solid black;
  float: left;
  height: 204px;
  margin: 17px 10px;
  padding: 0;
  width: 194px;
  border-radius: 15px;
}

.teamSolution * {
  margin-left: auto ;
  margin-right: auto ;
}

.test_wrapper {
  font-family: inherit;
}

.center_everything {
  text-align: center;
}
 