.game-results-list-wrap{
	/*margin:30px 30px 70px;*/
	padding:50px;
	background:#fff;
}
.game-results-list-wrap article{
	border:1px solid #bfbfbf;
	border-bottom:none;
}
.game-results-list-wrap article:nth-child(even){
	background:#eee;
}
.game-results-list-wrap article:last-of-type{
	border-bottom:1px solid #bfbfbf;
}
.game-results-list-wrap article header{
	display:table;
	width:100%;
}
.game-results-list-wrap article header time{
	display:table-cell;
	border-right:1px solid #bfbfbf;
	width:20%;
	padding:10px;
	text-align:center;
	vertical-align:middle;
}
.game-results-list-wrap article header h2{
	display:table-cell;
	width:80%;
	padding:10px 20px;
	vertical-align:middle;
}

@media screen and (max-width: 767px) {

  .game-results-list-wrap{
	padding:10px;
  }
.game-results-list-wrap article header time{
	width:30%;
  box-sizing:border-box;
}
.game-results-list-wrap article header h2{
	width:70%;
	padding:10px;
  box-sizing:border-box;
}

  
}