#games-highscores .game-title, #games-recent .game-title, .score-list .game-title {
  font-weight: normal;
  padding: 2px 0 0;
  width: 100%;	
  font-size: 12px;
  position: relative;
}

div#games-highscores .thumb, div#games-highscores .thumb img, #games-recent .thumb, #games-recent .thumb img, .score-list .thumb, .score-list .thumb img {
  width: 30px;
  height: 30px;
}

div#games-highscores .username, .score-list .username {
  display: block;
  float: left;
  clear: both;
  width: auto;	
}

div#games-highscores .score, .score-list .score {
  color: #457300;
  display: block;
  float: right;
  width: auto;
}

div#games-highscores .game, #games-recent .game {
  width: 294px;
  margin: 0;
  padding: 3px;
}

div#games-highscores .score-wrap, #games-recent .score-wrap {
  width: 247px;	
}

div#games-highscores .alt, #games-recent .alt, .score-list .alt {
  background: #fff3dd;	
}

div#games-highscores ul, #games-recent ul {
  padding: 7px 0 0 0;	
}

.game-title em.setting-hard, .game-title em.setting-easy {
  display: inline-block;
  width: 30px;
  height: 11px;	
  background-image: url(../image/nav-sprite.gif);
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: -999px;
  position: relative;
  margin: 0 0 0 3px;
}

.setting-hard { background-position: -171px -311px; }
.setting-easy { background-position: -171px -290px; }

#games-recent .game-title {
  padding: 9px 0 0 0;	
}

#games-featured .game-title {
  padding: 10px 0 0;
}

.score-wrap a {
  font-weight:normal;
}

.mj-featured {
	background-color: #e9ecd0;
	padding: 5px;
	margin-bottom: 15px;
	float:left;
}

.mj-featured iframe {
	background-color: #fff;
}
