#gamesonnet .banner {
	min-height: 210px;
	background: #000 url("../img/bg_gon_home.jpg") repeat center center;
	width: 100%;
}
#gamesonnet .banner img {
	padding: 30px;
}
#gamesonnet h1 {
	color: #fff;
	position: relative;
	font-size: 40px!important;
	padding: 30px;
}
#gamesonnet h1 span {
	color: #45AF48;

}
#gamesonnet p.lead {
	font-family: "PlutoSansLight", Arial, Helvetica, sans-serif;
	font-size: 20px;
	padding: 30px 0 10px 0;
	line-height: 1.5;
}
#gamesonnet h2 {
	margin: 30px 0;
}
#gamesonnet table {
	margin: 30px 0;
	width: 100%;
}
#gamesonnet table a {
	color: #45AF48;
}
#gamesonnet table td, #gamesonnet table th {
	padding: 10px;
	border: none;
	color: #333;
	vertical-align: middle;

}
#gamesonnet table th {
	color: #45AF48;
	min-width: 85px;
}
#gamesonnet table th {
	background: #000 url("../img/bg_stripes.png") repeat-x;
	background-size: cover;
	cursor: pointer
}
#gamesonnet table tr:nth-child(2n) {
	background: #eeeeee;
}
#gamesonnet table tr:nth-child(2n+1) {
	background: #fff;
}
#gamesonnet table tr td:nth-child(n+4), #gamesonnet table th:nth-child(n+4) {
	display: none;
}

@media (max-width:998px) {
#gamesonnet h1 {
	text-align: center;
	padding-bottom: 0;
}
#gamesonnet .banner img {
	padding: 0;
	margin: 0 auto;
	display: block;
}
}

@media (max-width:420px) {
#gamesonnet h1 {
	font-size: 32px!important;
	padding: 30px 0;
}
#gamesonnet table td, #gamesonnet table th {
	padding: 10px 3px;
}
#gamesonnet table tr td:nth-child(n+3), #gamesonnet table th:nth-child(n+3) {
	display: none;
}
}

/* IE8 uses \0 */
@media all\0 {
.container {
	width: 960px;
}
.desktop-nav-section {
	min-width: 960px;
}
.col-lg-8 {
	width: 640px;
	float: left;
}
.col-lg-4 {
	width: 320px;
	float: left;
}
}
