header {
	background-color:#eceffb;
}
a {
    color: #495be1;
}
#menubars:link, #menubars:visited {
    color: white;
}
.header1 {
	background-color: rgba(227, 121, 44, 0.9);
}
.topmenu {
	padding-top:11px;
	font-size: 13px;
	padding-left: 27px;
}
.topmenu-contain {
   padding-left:20px;
}
.topmenu a {
	color:#000000;
	text-shadow: 1px 1px 2px #999999;
}
.xcountryversion {
   color:black;
   background-color: #fff;
}
.xcv-change a {
    color: #444444;
}
.importantmessage {
   color:black;
}
.topmenu a:hover, .topmenu a:active {
	color:red;
}
.addon > input {
	background-color:#000000;
}
.notify > input {
	color:#000000;
}
.no1-bottom-link a {
    color: #DBCA12;
}
i.fa {
	color: #2f409c;
}
.no1 {
	color:#FAF950;
}
.xcv-change a {
	color:#a7a7a7;
}

.contentchart {
    background-color: rgba(39, 59, 132, 0.9);
}

	.top5table {
		background: -webkit-gradient(linear, left top, left bottom, from(#1f2851), to(#a5e0e7));
		background: -moz-linear-gradient(top, #1f2851, #a5e0e7);
		background: linear-gradient(to bottom, #1f2851, #a5e0e7);
		border: 1px solid silver;
	}
	
	.contentnavy {
		width: 100%;
		height: auto;
		margin: 0 auto;
		padding:15px 0 20px;
		clear: both;
		background-color: #121E51;
		background: -webkit-gradient(linear, left top, left bottom, from(#121E51), to(#255268));
		background: -moz-linear-gradient(top, #121E51, #255268);
		background: linear-gradient(to bottom, #121E51, #255268);	
	}
	.contentnavy h2 {
		font-size:36px;
		margin:16px 0;
	}
	
	.contentpink {
		background-color: #C84343;
		background: -webkit-gradient(linear, left top, left bottom, from(#C84343), to(#f2c786));
		background: -moz-linear-gradient(top, #C84343, #f2c786);
		background: linear-gradient(to bottom, #C84343, #f2c786);	
	}
	.contentpurple {
		background-color: #6243C8;
		background: -webkit-gradient(linear, left top, left bottom, from(#6243C8), to(#f28686));
		background: -moz-linear-gradient(top, #6243C8, #f28686);
		background: linear-gradient(to bottom, #6243C8, #f28686);
	}
	.contentblue {
		background-color: #43C8C8;
		background: -webkit-gradient(linear, left top, left bottom, from(#43C8C8), to(#5c3ae7));
		background: -moz-linear-gradient(top, #43C8C8, #5c3ae7);
		background: linear-gradient(to bottom, #43C8C8, #5c3ae7);
	}
	.contentgreen {
		background-color: #4382C8;
		background: -webkit-gradient(linear, left top, left bottom, from(#4382C8), to(#94e73a));
		background: -moz-linear-gradient(top, #4382C8, #94e73a);
		background: linear-gradient(to bottom, #4382C8, #94e73a);
	}
	.contentorange {
		background-color: #E17A17;
		background: -webkit-gradient(linear, left top, left bottom, from(#E17A17), to(#fff648));
		background: -moz-linear-gradient(top, #E17A17, #fff648);
		background: linear-gradient(to bottom, #E17A17, #fff648);
	}
	.contentpurple h2, .contentpink h2, .contentblue h2, .contentgreen h2, .contentorange h2 {
		color:black;
	}
	
	.moredemogames {
		padding:25px 0 10px;
		text-align:center;
		font-size:22px;
	}
	
	.moredemogames a {
		color:silver;
	}
	
	.topmenu {
		padding: 30px 11px 5px 11px;
		font-family: arial;
		color: #999999;
		font-size: 12px;
		border-radius: 4px;
		background-color:#e3d0cb;
		margin-left:6px;
		
		background-repeat: no-repeat;
		background-position-x: center;
		background-position-y: 5px;
	}
	
	.topmenu:hover {
		background-color:#c6d5ff;
	}
	
	.xbannercontain {
		padding-top: 8px;
	}
	
	.signup3-text img {
		border-radius:8px;
	}
	.signup3-text {
		padding: 10px;
		opacity: 0.7;
	}
	.signup3-text:hover {
		opacity: 1.0;
	}
	.signup3 {
		color:#a7a7a7;
	}
	
	.list-checks {
		width: 33%;
	}
	.no1-top {
		font-size:24px;
		margin-bottom:20px;
		text-align:center;
	}
	.no1-top a {
		color:#323219;
		padding:2px;
		background-color:yellow;
	}
	
	.no1-bottom-link a {
		color: #91c8e6;
	}
	
	.listing-scorex, .review-listing-score {
		font-family:arial;
	}
	.arti-img {
		float:left;
		width:25%;
	}
	.arti-img img {
		max-width:90%;
		text-align:center;
	}
	.arti-txt {
		float:right;
		width:75%;
	}
	.promolisttitle:link, .promolisttitle:visited {
		font-size:28px;
		color:navy;
	}

@media (max-width:767px) {
		.xlogocontain {
			text-align: center !important;
		}
		.topmenu {
			width:100% !important;
			margin:10px 0;
			padding:5px 0;
			text-align:left;
			background-position-x: 10px;
			background-position-y: 10px;
		}
		.topmenu a {
			padding-left:45px;
		}
		.arti-img, .arti-txt {
			float:none;
			width:auto;
		}
}