/******************************************************************************/
/* Licences text */

#Licences {
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
 
	/*font-family: "Lucida Console", Monaco, monospace;*/
	font-family: "Courier New", Courier, monospace;
}

body.iPhoneView #LicencesWrapper1 {
	position:relative;
	left:50%;
}

body.iPhoneView #LicencesWrapper {
	display: inline-block;
	position:relative;
	left:-50%;
}

body.iPhoneView #Licences {
	font-size: 8px;
	font-weight: bold;
	display: inline-block !important;
}

body.iPhoneView .Bo-text {
	width: auto; /* disable explicit width for credits */
}

body.iPhoneView {
	padding-left: 0px;

	/* change 285px of width to min-width */
	width: auto;
	min-width: 285px;
}