
/* Download */

.download_layout {
	padding: 25px 0px;
	margin-bottom: 40px;
	/*background: url(/static/awru.my.games/img/main/content/download/button_layout.png) center center no-repeat;*/
	overflow: hidden;
	}

.game_requirements {
	min-height: 100px;
	margin-bottom: 40px;
	overflow: hidden;
	}

	.game_requirements > div {
		width: 375px;
		min-height: 100px;
		float: left;
		line-height: 22px;
		}
	.game_requirements > div:nth-child(odd) {
		margin-right: 50px;
		}

.game_drivers {
	min-height: 50px;
	font-size: 0px;
	text-align: center;
	}

	.game_drivers > a {
		display: inline-block;
		margin: 0px 20px;
		}