#logo {
	text-align: center;
}
.gamediv
{
  border:solid 1px #999; 
  min-height:168px; 
  width: 100%;
  max-width:300px;  
  padding:3px; 
  border-radius:10px;
  margin-bottom:15px;
  position:relative;
  float: left;
  margin-right: 20px;
}
.imgdiv
{
  float:left;
  border-radius: 10px;
  overflow: hidden;
}
.description
{
  margin-left: 130px; 
  min-width: 100px;
  max-width: 170px; 
  margin-bottom:28px;
}
.play
{
  text-decoration: none; 
  color: #000 !important; 
  background-color: #EEE; 
  border: solid 1px black; 
  width:60px; 
  border-radius: 10px; 
  display: block;
  float:right;
  position:absolute;
  bottom:8px;
  right:8px;
  text-align: center;
  height: 35px;
  font-size: 20px;
  font-weight: bold;
  padding-top: 10px;
}
a.full
{ 
	display: block; 
}
.full {
	color: #FFF !important; 
	background-color: #000; 
}
.full, .header
{
  text-decoration: none; 
  width: 100%;
  border-radius: 15px;
  height: 50px;
  text-align: center;
  font-size: 35px;
  margin-bottom: 25px;
  font-weight: bold;
}
.header
{
  display: block;
  color: #FFF !important; 
  background-color: #FF9147; 
  float: left;
}
#content
{
	display: inline-block;
	margin: auto;
	text-align: left;
	width: 100%;	
	font-family: Verdana, sans-serif;
}
body {
	text-align: center;
}
#feedback {
	display: none;
	padding-bottom: 20px;
	overflow: hidden;
	padding-left: 30px;
	border-width: 1px;
	border-style: solid;
	border-radius: 15px;
	margin-bottom: 20px;
}
.form {
	width: calc(100% - 30px);
}