body, html {
  font-family: 'Courier New', sans-serif;
  background-color: black;
  min-width: 1024px;
}

body #cover{
	min-width: 1160px;
}

div.spread {
	background: url('background.jpg') center center white no-repeat;
	background-size: cover;
}



/*increasing right padding on controls spread*/
#spread3 p {
	padding-right: 6%;
}

/*adding barcoded background on other spreads*/
#spread2 {
	background: url('background2.jpg') center;
	background-size: cover;	
}

#spread5 {
	background: url('background5.jpg') center;
	background-size: cover;	
}

#spread6 {
	background: url('background6.jpg') center;
	background-size: cover;	
}

#spread7 {
	background: url('background7.jpg') center;
	background-size: cover;	
}

#spread8 {
	background: url('background8.jpg') center;
	background-size: cover;	
}

#spread10 {
	background: url('background10.jpg') center;
	background-size: cover;	
}

#warranty-credits {
	background: url('backgroundwc.jpg') center;
	background-size: cover;	
}

.boxed #warranty-credits {
	background: url('background.jpg') center;
	background-size: cover;	
}

div#contentscolumns {
	font-size: 110%;
}

/*reducing font size on warning page*/

div#spread1.spread p , div#spread1.spread ul {

	font-size: 90%;
	
}

/*aligning tops on some spreads*/

#spread6 .rhp , #spread8 .rhp , #tech-support-contact .rhp {

	padding-top: 4.5%
}

header h1 {
	margin: 0px 0px 0px 50px;
	font-weight: bold;

}

/* -----------------------------------------------*/
/* ------------ Cover page -------------*/
/* -----------------------------------------------*/

/*remove page foot image from the cover*/
#cover .pagenumber {
	visibility: hidden;
}
body>div.pagenumber {
	visibility: hidden;
}


#cover {
	background: url('cover.jpg') center black;
	background-size: 100%;
	background-repeat: no-repeat;
	max-width: 1920px;

}

#cover h2 {
	position: absolute;
	max-width: 35%;
	top: 0px;
	left: 20px;
	padding-left: 10%;
	margin-top: 0;

	
}

#cover h2 img.screen {

	width: 100%;
	margin: 0 0px -80px;

}

#cover a {
	margin-top: 40%;

}



#cover #logos {
	bottom: 3%;
	left: 5%;
}

#cover h2 {
font-family: arial;
font-weight: normal;
font-size: 2em
}


/* -----------------------------------------------*/
/* ------------ Legals/Credits -------------*/
/* -----------------------------------------------*/


#legal {
	text-align: center;
}

#ratings {
	margin: 50% 0% 10% 0%;
}

#ratings img {
	margin: 0 5px;
}

#legaltext {
	margin-top: 10%;
	text-align: justify;
	font-size: 10px;
}


/* -----------------------------------------------*/
/* --------------- Headings -----------------*/
/* -----------------------------------------------*/

h2 {
	font-size: 1.8em;
}

.h3 {
	font-size: 90%;
}

/*Increase headings leading*/
h2, h3, h4 {
line-height: 120%;

}

/* -----------------------------------------------*/
/* ------------ Main Content -------------*/
/* -----------------------------------------------*/

h3 {
	font-size: 1.4em;
	margin: 1.5em 0em 0em 0em;
}

/*Set GENERAL font size*/
div.spread {
	font-size: 0.77em;
}

/*set GENERAL body width right*/
.rhp {
padding: 0px 20px 0px 0px;
width: 45%
	}

/*set GENERAL body width left*/
.lhp {
	padding: 0px 0px 0px 20px;
	width: 45%;
}


/*Body text alignment*/
div.spread p {

	text-align: justify;
}

/*Lists leading*/
ol li p {
	margin: 0em 0em 1em 0em;
}


/*set general table cell padding*/
tr td {
	padding: 1px 10px;
}


/* Make controls pages full page spreads */

#spread4 tr td {
	width: 70%
}

#spread3 .lhp, #spread4 .lhp {
	width: 97%;
}

/*split gamepad page*/
#spread4 div div:nth-child(2) {
	width: 50%;
	float: left;
}
#spread4 .lhp div:last-child {
	margin-top: 1.2%;
}


img#gamepaddiagramcustom {
	width: 65%;
	margin: 3% 0 0% 18%;
	max-width: 510px;
	float: left;
}

table#gamepadcontrolscustom {
	width: 92%;
	margin: 0% 6% 3% 0;
	display: inline-table;
	float: right;
}

/*GENERAL table border style*/
td {
	border: 1px solid grey;
}

/* Add span class to put black background on 'redacted' sentences */

.redacted {
	background-color:black;
	font-size:90%;
	word-break: break-all;
}


/* Transformations for in-line images */

.jauntyleft {
	transform:rotate(359deg);
	-ms-transform:rotate(359deg); /* IE 9 */
	-webkit-transform:rotate(359deg); /* Opera, Chrome, and Safari */
} 

.jauntyright {
	transform:rotate(1deg);
	-ms-transform:rotate(1deg); /* IE 9 */
	-webkit-transform:rotate(1deg); /* Opera, Chrome, and Safari */
} 

/* Styling for in-line images */

img#inline_img_left {
	float: left;
	margin: 0px 20px 10px 0px;
	border-style: solid;
	border-width: 2px;
	background-color: #EEECE0;
	background-color: #EEECE0;
}

img#inline_img_right {
	float: right;
	margin: 0px 0px 10px 5%;
	border-style: solid;
	border-width:2px;
	background-color:#EEECE0;
	background-color:#EEECE0;
}

#gamescreen_img {
	margin: 1% 1% 1% 10%;
	width: 80%;
	border-style: solid;
	border-width: 2px;
}


/* Reduce margin in tech support second column */


#tech-support-contact ul+p+p {
	margin-top: 0px;
	padding-top: 0px;
}

#tech-support-contact .lhp {
	width: 96%;
	column-gap: 75px;
	columns: 2;
	-webkit-column-gap: 75px;
	-webkit-columns: 2;
	-moz-column-gap: 75px;
	-moz-columns: 2;

}

/*make paragraph wrap around the images nicely*/
#spread8 .lhp p:last-child , #spread8 .lhp p:nth-child(5) {
	margin-left: 46%;
}

#spread8 .rhp p:nth-child(5) , #spread8 .rhp p:nth-child(6) {
	margin-right: 46%;
}

#spread6 .lhp p:nth-child(6) {
	margin-left: 32%;
}

#spread6 .lhp p:nth-child(8) {
	margin-right: 32%;
}

#spread6 .rhp p:nth-child(3) , #spread6 .rhp p:nth-child(4) {
	margin-left: 32%;
}

/*prevent warning text overflow*/
#spread1 .lhp {
	line-height: 100%;
}

/*set font size on ad page*/
#ads_left p , #ads_right p {
font-size: 80%;
}

#spread6 .lhp {
	overflow: hidden;
}

/* FR changes */
.fr #webmanualintro {
	font-size: 94%
}

.fr #gamepaddiagramcustom {
	width: 50%
}

/*German changes*/
.de #webmanualintro {
	font-size: 94%
}
