@charset "utf-8";
/* CSS Document */

.gameSection .recap, .gameSection .bottomBackground {
  background-color:#EAEAEA;
}

.gameSection .recap {
   padding:10px 30px;
   line-height:15px;
   position:relative;
}

.gameSection .recap div.hr {
  border-top:#b3b3b3 solid 1px;
  border-bottom:#fff solid 1px;
  height:0	px;
  margin:5px 0px;
}

.gameSection .recap .title {
	font-weight:bold;				  
}

.gameSection .recap .summary {
	padding-right:158px;
	padding-bottom:78px;
}

.gameSection .recap .summary .source {
  font-weight:bold;
}

.gameSection .recap .casino #review {
  width: 507px; 
  min-height: 655px;
  position:relative;   
}

.gameSection .recap .casino #features {
  width:216px;  
  float:left; 
  position:absolute; 
  padding-left:525px;
}
