/* CSS Mobile Reset */
html, body {
	margin: 0;
	padding: 0; 
	border: 0;
}

body {
	line-height: 1.5;
	color: #FFFFFF;
	word-wrap: break-word;
	-webkit-text-size-adjust: none;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin: 0;
}

img {
	border: 0;
	max-width: 100%;
}

table {
	width:auto;
	border-collapse: collapse;
	border-spacing: 0;
}

ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
	list-style-position: inside;
}



/* Common styles */

html, body {
	display: block;
	height: 100%;
}

html {
	background-color: #1B1B1B;
	background-image: url(../img/body_bg.png);
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

ul {
	margin-bottom: 0.5em;
}

p {
	margin: 0.5em 0;
}

h1 {
	font-size: 1.4em;
	text-align: center;
	margin-bottom: 0.5em;
}

h2 {
	margin-top: 1em;
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
}



/* View */

[data-role="wrapper"] {
	min-height: 100%;
	width: 100%;
	position: relative;
	overflow: hidden;
}

[data-role="view"] {
	min-height: 100%;
	width: 100%;
	padding: 0.5em;
	position: absolute;
	top: 0;
	left: 100%;
	
	-webkit-box-sizing: border-box;
}

.current[data-role="view"] {
	position: static;
}
