
#question_holder {
  padding: 10px;
  margin: auto;
  position: relative;
  height: 316px;
}


#stats_holder {

}

.flipflop_div {
  padding: 4px;
  font-family: Verdana, Arial;
  color: #000000;
  border: 1px dashed #505050;
  background-color: #FFFFFF;
  font-size: 36px;
  display: inline;
  margin: 5px;
}

.trans_flipflop_div {
  padding: 4px;
  font-family: Verdana, Arial;
  color: #000000;
  border: 1px solid transparent;
  background-color: transparent;
  font-size: 36px;
  display: inline;
  margin: 5px;
}

#summary_holder {
  padding: 10px;
  text-align: left;
  display: none;
  margin: auto;
  position: relative;
  height: 316px;
}

#lastquestion_holder {
  display: none;
  background-image: url('/static/game/img/blue/sub_orange_box.png');
  width: 504px;
  height: 98px;
  margin: auto;
  padding-left: 30px;
  padding-right: 20px;
}

.reg_input {
  margin: 2px;
  border: 3px solid #F0F0F0;
  background-color: white;
  width: 170px;
  font-size: 16px;
  padding: 3px;
}

#seconds_holder {
  font-size: 50px;
  width: 180px;
  text-align: left;
}


.handle {
  margin-right: 10px;
}

h1 {
  font-family: "Gill Sans";
  font-size: 30px;
  color: #606060;
  font-weight: bold;
  margin-top: 8px;
  margin-bottom: 5px;
  font-weight: normal;
  
}

.product_td, .order_td {
  width: 110px;
  font-size: 10px; 
  border: 3px solid #F0F0F0;
}

.selected_product_td {
  width: 110px;
  font-size: 10px;
  border: 3px solid #35de2c;
}

.utmaning_holder {
  display: none;
}


#login_holder {
  position: relative;
  z-index: 99999999;
}

.product_image_box {
  width: 100px;
  height: 100px;
  background: url("/static/game/img/loading.gif") 50% 50% no-repeat; 
}


.stats_label_td {
  font-size: 16px;
  color: #505050;
  text-align: left;
  padding-right: 10px;
  height: 30px;
}

.stats_value_td {
  font-size: 16px;
  color: #404040;
  text-align: right;
}

.toplist_td {
  font-size: 11px;
  text-align: left;
  padding-right: 5px;
}

h3 {
  margin-bottom: 5px;
  margin-top: 6px;
}
