.gamebox{
  width: 623px;
  padding:10px;
  margin: 0 0 15px 0px;
}

.gamebox h2{
  overflow: hidden;
  margin: 0 0 5px;
  padding: 5px 0 0 10px;
}

.gamebox_head_wrapper{
  float: left;
  width: 48%;
  padding: 10px 0 10px 0px;
  margin-left: 7px;
  overflow: hidden;
  background-image: url(../images/dottedline.png);
  background-position: bottom;
  background-repeat: repeat-x;
  overflow: hidden;
}

.game_thumb{
  float: left;
  text-align: center;
  padding:5px 5px 5px 5px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 10px;
  margin-left: 4px;
  -webkit-box-shadow: 1px 1px 9px 0px #cccccc;
  -moz-box-shadow: 1px 1px 9px 0px #cccccc;
  box-shadow: 1px 1px 9px 0px #cccccc;
}
.game_thumb:hover{
  background-color: #333333;
}
.game_details{
  float: left;
  text-align: left;
  margin-left: 10px;
  width: 185px;
}

.spacer{
  margin: 10px 0;
}
.gamebox_info {
	float: left;
	padding:5px 0px 0px 0px;
	margin-left: 8px;
	width: 180px;
	text-align: left;
	font-size: 14px;
}
.lb_enabled {
  display: block;
  width: 12px;
  height: 12px;
  background-image: url(../images/trophy_smaller.png);
  background-repeat: no-repeat;
  float: right;
}

@media all and (max-width: 700px){
.gamebox_head_wrapper{width: 100%}
.gamebox_info{width: calc(100% - 115px) !important;}
}