/*******************
 *		COMMON
 *******************/
.new-design{
	font-family: Arial !important;
	font-size: 16px;
	line-height: 20px;
}

/*********************************
 *		Terms and Conditions
 *********************************/
 	.new-design .two_col_container{
		margin-left:0px;
	}
	.new-design #content_cols{
		padding-left:0px;
	}
	.new-design .col_left{
		padding: 0 34px !important;
		min-height: 320px;
		width: 676px !important;
	}
		.new-design a{
			color: #00f !important;
			font-weight: normal;
		}

		.new-design .two_col_mid{
			/* Trick */
			padding-bottom: 1px;
		}

		.new-design h1.red {
			color: #d34222;
			font-size: 27px;
			font-weight: bold;
			text-decoration: none;
			text-transform: capitalize;
			border-bottom: 2px dotted #d34222;
			display: inline-block;
			line-height: 28px;
			margin: 4px 0 0;
		}

		.new-design .crumbs{
			margin: 11px 0 0 33px
		}
		.new-design .crumbs a{
			color: #fff !important;
			text-decoration: none !important;
			font-weight: normal !important;
			font-size: 15px;
		}
		.new-design .crumbs a.sel{
			font-weight: bold !important;
			text-transform: capitalize;
		}
		.new-design .xoxo{
			list-style: none;
			padding: 0;
			margin: 0;
		}
		.new-design .xoxo li{
			background: none;
			padding: 0;
			margin: 0;
		}

		.terms-page p{
			margin: 1em 0;
			padding:0;
			line-height:19px;
		}
		.terms-page .entry-content a{
			font-weight: normal;
		}
		.terms-page .entry-content p{
			padding: 0;
		}


/******************************
 *			GAME PAGE
 ******************************/

	.game-page .bordered_container{
		margin: 23px auto ;
		padding: 13px 13px 13px 13px ;
		border: 1px solid #c0cb87;
		-moz-border-radius: 25px;
		-webkit-border-radius: 25px;
		border-radius: 25px; /* future proofing */
		-khtml-border-radius: 25px; /* for old Konqueror browsers */
		-moz-box-shadow: 5px 5px 5px #ccc;
		-webkit-box-shadow: 5px 5px 5px #ccc;
		box-shadow: 5px 5px 5px #ccc;
	}
	.game-page .single-coloring-share-wrap{
		margin: 0 !important;
	}
	.game-page .title-page{
		margin-bottom: 0;
	}
	.game-page #flashArea{
		margin-top: 10px;
	}
	.game-page .post-ratings{
		float: right !important;
		margin-left: 0 !important;
		text-align: center;
	}
		.game-page .post-ratings .rating-details{
			display: block;
		}

#game,
#unityPlayer{
	position: static !important;
	left: auto !important;
	top: auto !important;
	visibility: visible !important;
}
.show-game{
	position: static !important;
	left: auto !important;
	top: auto !important;
	visibility: visible !important;
}