/* General display */

.content {
    margin-left: 200px!important;
}

.game_wrapper {
	margin-top:30px;
	display:flex;
	justify-content: center;
	flex-wrap:wrap;
}

/** Game homepage styling **/

.game_card {
	display:flex;
	flex-direction: column;
	padding: 10px;
	max-width: 500px;
	/*flex-basis: 400px;*/
	/* flex-grow: 3; */
}

.game_header {
	display:flex;
	margin-bottom: 20px;
}

.game_header_text {
	display:flex;
	flex-direction: column;
	align-content: center;
}

.game_thumb_img {
	width: 70px;
	margin-right: 5px;
}

.game_wrapper h5 {
	text-align:left!important;
}

.game_buttons {
	display: flex;
	margin-bottom: 20px;
}

.game_cover {
	width:100%;
	border: 1px solid white;
	margin-bottom:30px;
}


/** Game single page styling **/

.game_left, .game_right {
	display:flex;
	flex-direction: column;
	max-width: 750px;
	margin:0 15px;
	flex-grow: 2;
}

.game_tags {
	margin-bottom: 20px;
}

.game_tags span {
	margin-right:5px;
}

.game_alsolike {
	margin:30px 0;
}

.game_alsolike_wrapper {
	margin-top:5px;
	display: flex;
	flex-wrap:wrap;
	border: 1px solid #e1dca1;
	padding: 25px 0 0 10px;
}

.game_alsolike_wrapper .game_header {
	margin-right: 30px;
}


.game_gallery {
	display:flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}


.game_img {
	width: 300px;
	padding:5px;
}

@media only screen and (max-width: 1240px) {
	.content {
		margin-left:0!important;
	}
}