@charset "utf-8";
/* CSS Document */

.gameBlock{
	margin-bottom: 2em;
}
#gamelist {
  margin:4em 0em;
	height:250px;
}

.img{
	text-align: center;
}

.img img{
  width:100%;
  max-width: 300px;
}

.time, .input-units, .cost, .input-cost
{
  display: table;
  font-size:1.5em;
  text-align:center;
  margin-top:20px;
	height:150px;
	border:1px solid rgba(29, 113, 184,0.8);
	
}

.multiply, .equals{
  display: inline-block;
  font-size:2.5em;
  text-align:center;
  margin-top:70px;
  font-weight: bolder;
}


.watt {
  font-size:2em;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 10px;
  position: relative;
  text-align:center;
}

.middle {
    display: table-cell;
    vertical-align: middle;
}

.inner {
    margin-left: auto;
    margin-right: auto;
}





