div.game_row {
  display: block;
  padding: 1.4em 20px;
  height: 224px;
  line-height: 1.6em;
  border-bottom: 1px solid #eaeaea;
  position: relative;
}
div.game_row:nth-child(odd) {
  background: #f4f4f4;
}
div.game_row div.infos span.win {
  color: #00AA00;
}
div.game_row div.infos span.loss {
  color: #AA0000;
}
div.game_row a.go_analyse {
  position: absolute;
  bottom: 16px;
  right: 25px;
  text-decoration: none;
}

div.game_row table td {
  padding: 4px 0;
}
div.game_row span.color {
  line-height: 16px;
  display: block;
  margin-right: 1em;
}
div.game_row span.white {
  background-position: 0 -240px;
}
div.game_row span.black {
  background-position: 0 -256px;
}
div.game_row .bookmark {
  margin-right: 26px;
}

div.game_list.realtime {
  margin-top: 1.4em;
}
div.game_list.realtime > div {
  float: left;
  margin: 0px 12px 12px 12px;
}
div.game_list.realtime div.vstext {
  font-size: 11.5px;
  text-align: center;
  width: 224px;
  overflow: hidden;
  white-space: nowrap;
  margin-top: 5px;
}

.mini_board {
  width: 224px;
  height: 224px;
  position: relative;
  display: block;
  box-shadow:0 0 5px #666;
}
div.all_games a.mini_board {
  float: left;
  margin: 0 20px 20px 10px;
}

div.lmcs {
  position: absolute;
  width: 28px;
  height: 28px;
}

div.lmcs.white {
  background: #FFFFFF;
}
div.lmcs.black {
  background: #cacaca;
}
div.lmcs.moved {
  background-image: url(../images/sprite_mini3.png);
  background-position: -168px 0;
}

div.lcmp {
  position: absolute;
  width: 28px;
  height: 28px;
  background-image: url(../images/sprite_mini3.png);
}

div.lcmp.pawn.white{
  background-position: 0 0;
}
div.lcmp.bishop.white{
  background-position: -28px 0;
}
div.lcmp.knight.white{
  background-position: -56px 0;
}
div.lcmp.rook.white{
  background-position: -84px 0;
}
div.lcmp.queen.white{
  background-position: -112px 0;
}
div.lcmp.king.white{
  background-position: -140px 0;
}

div.lcmp.pawn.black{
  background-position: 0px bottom;
}
div.lcmp.bishop.black{
  background-position: -28px bottom;
}
div.lcmp.knight.black{
  background-position: -56px bottom;
}
div.lcmp.rook.black{
  background-position: -84px bottom;
}
div.lcmp.queen.black{
  background-position: -112px bottom;
}
div.lcmp.king.black{
  background-position: -140px bottom;
}

div.game_text p
{
font-size:14px;
}


/*Mobile settings */
@media only screen and (min-width : 319px) and (max-width : 425px) {

 body.class_user_site_show div.game_row, body.class_games_listing  div.game_row
 {
	height: 480px;
    font-size: 12px;
 }
  body.class_user_site_show span.bookmark .icon, body.class_games_listing  span.bookmark .icon{
	     margin-top: 20px;   
  }
  body.class_analyse_site #GameLastComment {
    top: 752px;
	font-size:12px;
  }
 
}/* ende Mobile settings */

