/* CSS Document */
.myrow{font-weight:bolder;background-color: #E6FBFF}
#game-item-container-img{max-height: 170px;max-width: 170px;float: left;overflow: hidden;}
#game-item-container-desc{width:350px;float:left;padding:0 0  0 15px}
#game-item-container-fb{padding:10px 0 0 0}
.clear{clear:both}
.ldb-play{float:left;}
.ldb-play-info{padding-left:10px;}
.ldb-challengefriends{font-family: helvetica, arial, sans-serif;font-size:11px;color:#000}
.memorizrr-headline{float:right}
div#game-item-container-img > img {width:320px;height:220px}
.stgu-featured{color:#f9b916}
.stgu-scores-title{float:left}
.stgu-transition {
    -webkit-transform: scale(1.3); 
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
} 
.stgu-cover{
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	
}

@media (max-width: 768px) {

  .t3-content #game-item-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
  }
  #game-item-container #game-item-container-img {
	max-height: 170px;
	max-width: 340px;
	float: unset;
	overflow: hidden;
  }
  #game-item-container #game-item-container-desc {
	width: 350px;
	float: unset;
	padding: 0;
	text-align: center;
  }
  .stgu-scores-title ~ #adminForm .myrow {
  background-color: #4BB4C6;
  }

  #game-item-container .ldb-play {
	float: unset;
  }
  .t3-content #game-item-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  }

  .stgu-scores-title ~ #adminForm td a {
  color: white;
  font-weight: normal;
  font-family: '18';
  letter-spacing: 0.3pt;
  }
  .stgu-scores-title ~ #adminForm .table > tbody > tr > td {
    border: 0px solid transparent;
  }

  .stgu-scores-title ~ #adminForm .table {
  font-family: '72';
  }
  .stgu-scores-title ~ #adminForm .table-striped > tbody > tr:nth-of-type(2n+1) {
  background-color: #ffcb8880;
  background-color: #8599ae;
}

}